#0BB0EF

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

Shades of Deep Sky Blue #0BB0EF

Tints of Deep Sky Blue #0BB0EF

Color information

#0BB0EF (or 0x0BB0EF) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, B0 and EF. RGB value is (11,176,239). Sum of RGB (Red+Green+Blue) = 11+176+239=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BB0EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BB0EF is #F44F10. Grayscale: #858585. Windows color (decimal): -16011025 or 15708171. OLE color: 15708171.

HSL color Cylindrical-coordinate representation of color #0BB0EF: hue angle of 196.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB0EF is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11176239-
CMYK0.950.2600.06
HSL196.58º91.2%49.02%-
HSV(B)196.58º95.4%93.73%-
XYZ31.2437.3587.22-
YUV133.85187.3440.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.58%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 239 (93.75% from 255) = 56.10%
R=2.58%
G=41.31%
B=56.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111762390.950.2600.06196.5891.249.02
HexBB0EF5F1A06c55b31
Octal13260357137320630513361
Binary101110110000111011111011111110100110110001011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,176,239); }

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

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

 a { background-color: rgb(11,176,239); }

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

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

 span { border-color: rgb(11,176,239); }

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