Html Css Color HEX #12AAF4 Deep Sky Blue

📋 copy color: '#12AAF4'

red 18 ◦ green 170 ◦ blue 244

#12AAF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #12AAF4

Tints of Deep Sky Blue #12AAF4

RGB

 RED value IS 18 (7.42% from 255) = 4.17%

 GREEN value IS 170 (66.8% from 255) = 39.35%

 BLUE value IS 244 (95.7% from 255) = 56.48%

R = 4.17%
G = 39.35%
B = 56.48%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12AAF4 (or 0x12AAF4) is known color: Deep Sky Blue. HEX triplet: 12, AA and F4. RGB value is (18,170,244). Sum of RGB (Red+Green+Blue) = 18+170+244=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #12AAF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAF4 is #ED550B. Grayscale: #848484. Windows color (decimal): -15553804 or 16034322. OLE color: 16034322.

HSL color Cylindrical-coordinate representation of color #12AAF4: hue angle of 199.65º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAF4 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 170 244 -
CMYK 0.93 0.30 0 0.04
HSL 199.65º 0.91% 0.51% -
HSV(B) 199.65º 0.93% 0.96% -
XYZ 30.95 35.41 90.79 -
YUV 132.99 190.64 45.98 -
System Red Green Blue C M Y K H S L
Decimal 18 170 244 0.93 0.30 0 0.04 199.65 0.91 0.51
Hex 12 AA F4 5D 1E 0 4 C8 5B 33
Octal 22 252 364 135 36 0 4 310 133 63
Binary 10010 10101010 11110100 1011101 11110 0 100 11001000 1011011 110011

Color Harmonies of #12AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAF4

Black with #12AAF4

Text Example


Text Example

White with #12AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AAF4; }

 p { color: rgb(18,170,244); }

 H1.HeaderClassName
 {
   color: #12AAF4;
 }
 .AnyTagClassName
 {
   color: #12AAF4;
 }
</style>

background-color css

<style>
 a { background-color: #12AAF4; }

 a { background-color: rgb(18,170,244); }

 div.DivClassName
 {
   background-color: #12AAF4;
 }
 .BgClassName
 {
   background-color: #12AAF4;
 }
</style>

border-color css

<style>
 span { border-color: #12AAF4; }

 span { border-color: rgb(18,170,244); }

 td.TdClassName
 {
   border-color: #12AAF4;
 }
 .TagClassName
 {
   border-color: #12AAF4;
 }
</style>