#12acf6

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

Shades of Deep Sky Blue #12ACF6

Tints of Deep Sky Blue #12ACF6

Color information

#12ACF6 (or 0x12ACF6) is unknown color: approx Deep Sky Blue. HEX triplet: 12, AC and F6. RGB value is (18,172,246). Sum of RGB (Red+Green+Blue) = 18+172+246=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #12ACF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACF6 is #ED5309. Grayscale: #858585. Windows color (decimal): -15553290 or 16165906. OLE color: 16165906.

HSL color Cylindrical-coordinate representation of color #12ACF6: hue angle of 199.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ACF6 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18172246-
CMYK0.930.3000.04
HSL199.47º92.68%51.76%-
HSV(B)199.47º92.68%96.47%-
XYZ31.6436.2992.53-
YUV134.39190.9844.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.13%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 246 (96.48% from 255) = 56.42%
R=4.13%
G=39.45%
B=56.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181722460.930.3000.04199.4792.6851.76
Hex12ACF65D1E04c75d34
Octal22254366135360430713564
Binary1001010101100111101101011101111100100110001111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12acf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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