#12ACEE

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

Shades of Deep Sky Blue #12ACEE

Tints of Deep Sky Blue #12ACEE

Color information

#12ACEE (or 0x12ACEE) is unknown color: approx Deep Sky Blue. HEX triplet: 12, AC and EE. RGB value is (18,172,238). Sum of RGB (Red+Green+Blue) = 18+172+238=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #12ACEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACEE is #ED5311. Grayscale: #858585. Windows color (decimal): -15553298 or 15641618. OLE color: 15641618.

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

Color convert

RGB18172238-
CMYK0.920.2800.07
HSL198º86.61%50.2%-
HSV(B)198º92.44%93.33%-
XYZ30.4335.8186.2-
YUV133.48186.9845.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.21%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 238 (93.36% from 255) = 55.61%
R=4.21%
G=40.19%
B=55.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181722380.920.2800.0719886.6150.2
Hex12ACEE5C1C07c65732
Octal22254356134340730612762
Binary1001010101100111011101011100111000111110001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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