#12A8EE

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

Shades of Deep Sky Blue #12A8EE

Tints of Deep Sky Blue #12A8EE

Color information

#12A8EE (or 0x12A8EE) is unknown color: approx Deep Sky Blue. HEX triplet: 12, A8 and EE. RGB value is (18,168,238). Sum of RGB (Red+Green+Blue) = 18+168+238=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #12A8EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8EE is #ED5711. Grayscale: #828282. Windows color (decimal): -15554322 or 15640594. OLE color: 15640594.

HSL color Cylindrical-coordinate representation of color #12A8EE: hue angle of 199.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A8EE is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18168238-
CMYK0.920.2900.07
HSL199.09º86.61%50.2%-
HSV(B)199.09º92.44%93.33%-
XYZ29.6834.3185.95-
YUV131.13188.347.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.25%
GREEN value IS 168 (66.02% from 255) = 39.62%
BLUE value IS 238 (93.36% from 255) = 56.13%
R=4.25%
G=39.62%
B=56.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181682380.920.2900.07199.0986.6150.2
Hex12A8EE5C1D07c75732
Octal22250356134350730712762
Binary1001010101000111011101011100111010111110001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,168,238); }

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

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

 a { background-color: rgb(18,168,238); }

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

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

 span { border-color: rgb(18,168,238); }

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