#0BB9EE

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

Shades of Deep Sky Blue #0BB9EE

Tints of Deep Sky Blue #0BB9EE

Color information

#0BB9EE (or 0x0BB9EE) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, B9 and EE. RGB value is (11,185,238). Sum of RGB (Red+Green+Blue) = 11+185+238=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BB9EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BB9EE is #F44611. Grayscale: #8A8A8A. Windows color (decimal): -16008722 or 15644939. OLE color: 15644939.

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

Color convert

RGB11185238-
CMYK0.950.2200.07
HSL194.01º91.16%48.82%-
HSV(B)194.01º95.38%93.33%-
XYZ32.9240.9487.06-
YUV139.02183.8536.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.53%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 238 (93.36% from 255) = 54.84%
R=2.53%
G=42.63%
B=54.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal111852380.950.2200.07194.0191.1648.82
HexBB9EE5F1607c25b31
Octal13271356137260730213361
Binary101110111001111011101011111101100111110000101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,185,238); }

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

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

 a { background-color: rgb(11,185,238); }

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

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

 span { border-color: rgb(11,185,238); }

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