Html Css Color HEX #12AAF7 Deep Sky Blue

📋 copy color: '#12AAF7'

red 18 ◦ green 170 ◦ blue 247

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

Shades of Deep Sky Blue #12AAF7

Tints of Deep Sky Blue #12AAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.78%

R = 4.14%
G = 39.08%
B = 56.78%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#12AAF7 (or 0x12AAF7) is known color: Deep Sky Blue. HEX triplet: 12, AA and F7. RGB value is (18,170,247). Sum of RGB (Red+Green+Blue) = 18+170+247=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #12AAF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAF7 is #ED5508. Grayscale: #848484. Windows color (decimal): -15553801 or 16230930. OLE color: 16230930.

HSL color Cylindrical-coordinate representation of color #12AAF7: hue angle of 200.17º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAF7 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 170 247 -
CMYK 0.93 0.31 0 0.03
HSL 200.17º 0.93% 0.52% -
HSV(B) 200.17º 0.93% 0.97% -
XYZ 31.41 35.59 93.21 -
YUV 133.33 192.14 45.74 -
System Red Green Blue C M Y K H S L
Decimal 18 170 247 0.93 0.31 0 0.03 200.17 0.93 0.52
Hex 12 AA F7 5D 1F 0 3 C8 5D 34
Octal 22 252 367 135 37 0 3 310 135 64
Binary 10010 10101010 11110111 1011101 11111 0 11 11001000 1011101 110100

Color Harmonies of #12AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAF7

Black with #12AAF7

Text Example


Text Example

White with #12AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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