#0fb6ef

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

Shades of Deep Sky Blue #0FB6EF

Tints of Deep Sky Blue #0FB6EF

Color information

#0FB6EF (or 0x0FB6EF) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, B6 and EF. RGB value is (15,182,239). Sum of RGB (Red+Green+Blue) = 15+182+239=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FB6EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB6EF is #F04910. Grayscale: #8A8A8A. Windows color (decimal): -15747345 or 15709711. OLE color: 15709711.

HSL color Cylindrical-coordinate representation of color #0FB6EF: hue angle of 195.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB6EF is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15182239-
CMYK0.940.2400.06
HSL195.27º88.19%49.8%-
HSV(B)195.27º93.72%93.73%-
XYZ32.539.7987.63-
YUV138.56184.6739.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.44%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 239 (93.75% from 255) = 54.82%
R=3.44%
G=41.74%
B=54.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151822390.940.2400.06195.2788.1949.8
HexFB6EF5E1806c35832
Octal17266357136300630313062
Binary111110110110111011111011110110000110110000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fb6ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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