#12AAE7

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

Shades of Deep Sky Blue #12AAE7

Tints of Deep Sky Blue #12AAE7

Color information

#12AAE7 (or 0x12AAE7) is unknown color: approx Deep Sky Blue. HEX triplet: 12, AA and E7. RGB value is (18,170,231). Sum of RGB (Red+Green+Blue) = 18+170+231=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #12AAE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAE7 is #ED5518. Grayscale: #838383. Windows color (decimal): -15553817 or 15182354. OLE color: 15182354.

HSL color Cylindrical-coordinate representation of color #12AAE7: hue angle of 197.18º 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 #12AAE7 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18170231-
CMYK0.920.2600.09
HSL197.18º85.54%48.82%-
HSV(B)197.18º92.21%90.59%-
XYZ29.0534.6580.76-
YUV131.51184.1447.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.30%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 231 (90.62% from 255) = 55.13%
R=4.30%
G=40.57%
B=55.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181702310.920.2600.09197.1885.5448.82
Hex12AAE75C1A09c55631
Octal222523471343201130512661
Binary10010101010101110011110111001101001001110001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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