#0FB6EA

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

Shades of Deep Sky Blue #0FB6EA

Tints of Deep Sky Blue #0FB6EA

Color information

#0FB6EA (or 0x0FB6EA) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, B6 and EA. RGB value is (15,182,234). Sum of RGB (Red+Green+Blue) = 15+182+234=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FB6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB6EA is #F04915. Grayscale: #898989. Windows color (decimal): -15747350 or 15382031. OLE color: 15382031.

HSL color Cylindrical-coordinate representation of color #0FB6EA: hue angle of 194.25º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB6EA is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15182234-
CMYK0.940.2200.08
HSL194.25º87.95%48.82%-
HSV(B)194.25º93.59%91.76%-
XYZ31.7839.583.79-
YUV138182.1740.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.48%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 234 (91.80% from 255) = 54.29%
R=3.48%
G=42.23%
B=54.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151822340.940.2200.08194.2587.9548.82
HexFB6EA5E1608c25831
Octal172663521362601030213061
Binary1111101101101110101010111101011001000110000101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FB6EA; }

 p { color: rgb(15,182,234); }

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

<style>
 a { background-color: #0FB6EA; }

 a { background-color: rgb(15,182,234); }

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

<style>
 span { border-color: #0FB6EA; }

 span { border-color: rgb(15,182,234); }

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