#12ACF2

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

Shades of Deep Sky Blue #12ACF2

Tints of Deep Sky Blue #12ACF2

Color information

#12ACF2 (or 0x12ACF2) is unknown color: approx Deep Sky Blue. HEX triplet: 12, AC and F2. RGB value is (18,172,242). Sum of RGB (Red+Green+Blue) = 18+172+242=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #12ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACF2 is #ED530D. Grayscale: #858585. Windows color (decimal): -15553294 or 15903762. OLE color: 15903762.

HSL color Cylindrical-coordinate representation of color #12ACF2: hue angle of 198.75º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ACF2 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18172242-
CMYK0.930.2900.05
HSL198.75º89.6%50.98%-
HSV(B)198.75º92.56%94.9%-
XYZ31.0336.0489.33-
YUV133.93188.9845.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.17%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 242 (94.92% from 255) = 56.02%
R=4.17%
G=39.81%
B=56.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181722420.930.2900.05198.7589.650.98
Hex12ACF25D1D05c75a33
Octal22254362135350530713263
Binary1001010101100111100101011101111010101110001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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