#0BBBEE

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

Shades of Deep Sky Blue #0BBBEE

Tints of Deep Sky Blue #0BBBEE

Color information

#0BBBEE (or 0x0BBBEE) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, BB and EE. RGB value is (11,187,238). Sum of RGB (Red+Green+Blue) = 11+187+238=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BBBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBBEE is #F44411. Grayscale: #8B8B8B. Windows color (decimal): -16008210 or 15645451. OLE color: 15645451.

HSL color Cylindrical-coordinate representation of color #0BBBEE: hue angle of 193.48º 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 #0BBBEE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11187238-
CMYK0.950.2100.07
HSL193.48º91.16%48.82%-
HSV(B)193.48º95.38%93.33%-
XYZ33.3441.7887.2-
YUV140.19183.1935.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.52%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 238 (93.36% from 255) = 54.59%
R=2.52%
G=42.89%
B=54.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal111872380.950.2100.07193.4891.1648.82
HexBBBEE5F1507c15b31
Octal13273356137250730113361
Binary101110111011111011101011111101010111110000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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