#0BBAEE

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

Shades of Deep Sky Blue #0BBAEE

Tints of Deep Sky Blue #0BBAEE

Color information

#0BBAEE (or 0x0BBAEE) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, BA and EE. RGB value is (11,186,238). Sum of RGB (Red+Green+Blue) = 11+186+238=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BBAEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAEE is #F44511. Grayscale: #8B8B8B. Windows color (decimal): -16008466 or 15645195. OLE color: 15645195.

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

Color convert

RGB11186238-
CMYK0.950.2200.07
HSL193.74º91.16%48.82%-
HSV(B)193.74º95.38%93.33%-
XYZ33.1341.3687.13-
YUV139.6183.5236.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.53%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=2.53%
G=42.76%
B=54.71%

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
Decimal111862380.950.2200.07193.7491.1648.82
HexBBAEE5F1607c25b31
Octal13272356137260730213361
Binary101110111010111011101011111101100111110000101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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