#12ABF2

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

Shades of Deep Sky Blue #12ABF2

Tints of Deep Sky Blue #12ABF2

Color information

#12ABF2 (or 0x12ABF2) is unknown color: approx Deep Sky Blue. HEX triplet: 12, AB and F2. RGB value is (18,171,242). Sum of RGB (Red+Green+Blue) = 18+171+242=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #12ABF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ABF2 is #ED540D. Grayscale: #848484. Windows color (decimal): -15553550 or 15903506. OLE color: 15903506.

HSL color Cylindrical-coordinate representation of color #12ABF2: hue angle of 199.02º 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 #12ABF2 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18171242-
CMYK0.930.2900.05
HSL199.02º89.6%50.98%-
HSV(B)199.02º92.56%94.9%-
XYZ30.8435.6789.26-
YUV133.35189.3145.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.18%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 242 (94.92% from 255) = 56.15%
R=4.18%
G=39.68%
B=56.15%

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
Decimal181712420.930.2900.05199.0289.650.98
Hex12ABF25D1D05c75a33
Octal22253362135350530713263
Binary1001010101011111100101011101111010101110001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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