#12B0F9

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

Shades of Deep Sky Blue #12B0F9

Tints of Deep Sky Blue #12B0F9

Color information

#12B0F9 (or 0x12B0F9) is unknown color: approx Deep Sky Blue. HEX triplet: 12, B0 and F9. RGB value is (18,176,249). Sum of RGB (Red+Green+Blue) = 18+176+249=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #12B0F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12B0F9 is #ED4F06. Grayscale: #888888. Windows color (decimal): -15552263 or 16363538. OLE color: 16363538.

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

Color convert

RGB18176249-
CMYK0.930.2900.02
HSL198.96º95.06%52.35%-
HSV(B)198.96º92.77%97.65%-
XYZ32.8738.0295.23-
YUV137.08191.1543.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.06%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 249 (97.66% from 255) = 56.21%
R=4.06%
G=39.73%
B=56.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181762490.930.2900.02198.9695.0652.35
Hex12B0F95D1D02c75f34
Octal22260371135350230713764
Binary100101011000011111001101110111101010110001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,176,249); }

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

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

 a { background-color: rgb(18,176,249); }

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

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

 span { border-color: rgb(18,176,249); }

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