#12AAFF

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

Shades of Deep Sky Blue #12AAFF

Tints of Deep Sky Blue #12AAFF

Color information

#12AAFF (or 0x12AAFF) is unknown color: approx Deep Sky Blue. HEX triplet: 12, AA and FF. RGB value is (18,170,255). Sum of RGB (Red+Green+Blue) = 18+170+255=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #12AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAFF is #ED5500. Grayscale: #858585. Windows color (decimal): -15553793 or 16755218. OLE color: 16755218.

HSL color Cylindrical-coordinate representation of color #12AAFF: hue angle of 201.52º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAFF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18170255-
CMYK0.930.3300
HSL201.52º100%53.53%-
HSV(B)201.52º92.94%100%-
XYZ32.6736.199.85-
YUV134.24196.1445.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.06%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 255 (100% from 255) = 57.56%
R=4.06%
G=38.37%
B=57.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181702550.930.3300201.5210053.53
Hex12AAFF5D2100ca6436
Octal22252377135410031214466
Binary100101010101011111111101110110000100110010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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