#12AFE8

Color #12AFE8 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #12AFE8

Tints of Deep Sky Blue #12AFE8

Color information

#12AFE8 (or 0x12AFE8) is unknown color: approx Deep Sky Blue. HEX triplet: 12, AF and E8. RGB value is (18,175,232). Sum of RGB (Red+Green+Blue) = 18+175+232=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #12AFE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AFE8 is #ED5017. Grayscale: #868686. Windows color (decimal): -15552536 or 15249170. OLE color: 15249170.

HSL color Cylindrical-coordinate representation of color #12AFE8: hue angle of 195.98º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFE8 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18175232-
CMYK0.920.2500.09
HSL195.98º85.6%49.02%-
HSV(B)195.98º92.24%90.98%-
XYZ30.1436.6181.82-
YUV134.56182.9944.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.24%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 232 (91.02% from 255) = 54.59%
R=4.24%
G=41.18%
B=54.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181752320.920.2500.09195.9885.649.02
Hex12AFE85C1909c45631
Octal222573501343101130412661
Binary10010101011111110100010111001100101001110001001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,175,232); }

 H1.HeaderClassName
 {
   color: #12AFE8;
 }
 .AnyTagClassName
 {
   color: #12AFE8;
 }
</style>
background-color css

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

 a { background-color: rgb(18,175,232); }

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

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

 span { border-color: rgb(18,175,232); }

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