#0BB6EC

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

Shades of Deep Sky Blue #0BB6EC

Tints of Deep Sky Blue #0BB6EC

Color information

#0BB6EC (or 0x0BB6EC) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, B6 and EC. RGB value is (11,182,236). Sum of RGB (Red+Green+Blue) = 11+182+236=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BB6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BB6EC is #F44913. Grayscale: #888888. Windows color (decimal): -16009492 or 15513099. OLE color: 15513099.

HSL color Cylindrical-coordinate representation of color #0BB6EC: hue angle of 194.4º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB6EC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11182236-
CMYK0.950.2300.07
HSL194.4º91.09%48.43%-
HSV(B)194.4º95.34%92.55%-
XYZ32.0139.5885.31-
YUV137.03183.8538.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.56%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 236 (92.58% from 255) = 55.01%
R=2.56%
G=42.42%
B=55.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal111822360.950.2300.07194.491.0948.43
HexBB6EC5F1707c25b30
Octal13266354137270730213360
Binary101110110110111011001011111101110111110000101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,182,236); }

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

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

 a { background-color: rgb(11,182,236); }

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

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

 span { border-color: rgb(11,182,236); }

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