#0fbbef

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

Shades of Deep Sky Blue #0FBBEF

Tints of Deep Sky Blue #0FBBEF

Color information

#0FBBEF (or 0x0FBBEF) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, BB and EF. RGB value is (15,187,239). Sum of RGB (Red+Green+Blue) = 15+187+239=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FBBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBBEF is #F04410. Grayscale: #8D8D8D. Windows color (decimal): -15746065 or 15710991. OLE color: 15710991.

HSL color Cylindrical-coordinate representation of color #0FBBEF: hue angle of 193.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBBEF is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15187239-
CMYK0.940.2200.06
HSL193.93º88.19%49.8%-
HSV(B)193.93º93.72%93.73%-
XYZ33.5541.8787.98-
YUV141.5183.0237.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.40%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 239 (93.75% from 255) = 54.20%
R=3.40%
G=42.40%
B=54.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151872390.940.2200.06193.9388.1949.8
HexFBBEF5E1606c25832
Octal17273357136260630213062
Binary111110111011111011111011110101100110110000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fbbef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,187,239); }

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

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

 a { background-color: rgb(15,187,239); }

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

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

 span { border-color: rgb(15,187,239); }

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