#0BBFE7

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

Shades of Deep Sky Blue #0BBFE7

Tints of Deep Sky Blue #0BBFE7

Color information

#0BBFE7 (or 0x0BBFE7) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, BF and E7. RGB value is (11,191,231). Sum of RGB (Red+Green+Blue) = 11+191+231=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #0BBFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFE7 is #F44018. Grayscale: #8D8D8D. Windows color (decimal): -16007193 or 15187723. OLE color: 15187723.

HSL color Cylindrical-coordinate representation of color #0BBFE7: hue angle of 190.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBFE7 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11191231-
CMYK0.950.1700.09
HSL190.91º90.91%47.45%-
HSV(B)190.91º95.24%90.59%-
XYZ33.1943.182.17-
YUV141.74178.3734.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.54%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 231 (90.62% from 255) = 53.35%
R=2.54%
G=44.11%
B=53.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal111912310.950.1700.09190.9190.9147.45
HexBBFE75F1109bf5b2f
Octal132773471372101127713357
Binary1011101111111110011110111111000101001101111111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,191,231); }

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

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

 a { background-color: rgb(11,191,231); }

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

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

 span { border-color: rgb(11,191,231); }

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