Shades of Deep Sky Blue #0FBBE4
Tints of Deep Sky Blue #0FBBE4
RGB
CMYK
RGB Variations
Color information
#0FBBE4 (or 0x0FBBE4) is known color: Deep Sky Blue. HEX triplet: 0F, BB and E4. RGB value is (15,187,228). Sum of RGB (Red+Green+Blue) = 15+187+228=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #0FBBE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBBE4 is #F0441B. Grayscale: #8B8B8B. Windows color (decimal): -15746076 or 14990095. OLE color: 14990095.
HSL color Cylindrical-coordinate representation of color #0FBBE4: hue angle of 191.55º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBBE4 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 187 | 228 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.11 |
| HSL | 191.55º | 0.88% | 0.48% | - |
| HSV(B) | 191.55º | 0.93% | 0.89% | - |
| XYZ | 31.97 | 41.24 | 79.67 | - |
| YUV | 140.25 | 177.52 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 228 | 0.93 | 0.18 | 0 | 0.11 | 191.55 | 0.88 | 0.48 |
| Hex | F | BB | E4 | 5D | 12 | 0 | B | C0 | 58 | 30 |
| Octal | 17 | 273 | 344 | 135 | 22 | 0 | 13 | 300 | 130 | 60 |
| Binary | 1111 | 10111011 | 11100100 | 1011101 | 10010 | 0 | 1011 | 11000000 | 1011000 | 110000 |
Color Harmonies of #0FBBE4
Complementary color
Monochromatic Colors of #0FBBE4
Black with #0FBBE4
Text Example
Text Example
White with #0FBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBBE4; }
p { color: rgb(15,187,228); }
H1.HeaderClassName
{
color: #0FBBE4;
}
.AnyTagClassName
{
color: #0FBBE4;
}
</style>
background-color css
<style>
a { background-color: #0FBBE4; }
a { background-color: rgb(15,187,228); }
div.DivClassName
{
background-color: #0FBBE4;
}
.BgClassName
{
background-color: #0FBBE4;
}
</style>
border-color css
<style>
span { border-color: #0FBBE4; }
span { border-color: rgb(15,187,228); }
td.TdClassName
{
border-color: #0FBBE4;
}
.TagClassName
{
border-color: #0FBBE4;
}
</style>