#12ABF4

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

Shades of Deep Sky Blue #12ABF4

Tints of Deep Sky Blue #12ABF4

Color information

#12ABF4 (or 0x12ABF4) is unknown color: approx Deep Sky Blue. HEX triplet: 12, AB and F4. RGB value is (18,171,244). Sum of RGB (Red+Green+Blue) = 18+171+244=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 244 (95.70% from 255 or 56.35% from 433); Max value from RGB is 244 - color contains mainly: blue. Hex color #12ABF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ABF4 is #ED540B. Grayscale: #858585. Windows color (decimal): -15553548 or 16034578. OLE color: 16034578.

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

Color convert

RGB18171244-
CMYK0.930.3000.04
HSL199.38º91.13%51.37%-
HSV(B)199.38º92.62%95.69%-
XYZ31.1435.7990.85-
YUV133.57190.3145.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.16%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 244 (95.70% from 255) = 56.35%
R=4.16%
G=39.49%
B=56.35%

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
Decimal181712440.930.3000.04199.3891.1351.37
Hex12ABF45D1E04c75b33
Octal22253364135360430713363
Binary1001010101011111101001011101111100100110001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,171,244); }

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

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

 a { background-color: rgb(18,171,244); }

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

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

 span { border-color: rgb(18,171,244); }

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