Shades of Deep Sky Blue #08BBFE
Tints of Deep Sky Blue #08BBFE
RGB
CMYK
RGB Variations
Color information
#08BBFE (or 0x08BBFE) is known color: Deep Sky Blue. HEX triplet: 08, BB and FE. RGB value is (8,187,254). Sum of RGB (Red+Green+Blue) = 8+187+254=449 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #08BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBFE is #F74401. Grayscale: #8C8C8C. Windows color (decimal): -16204802 or 16694024. OLE color: 16694024.
HSL color Cylindrical-coordinate representation of color #08BBFE: hue angle of 196.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BBFE is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 187 | 254 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.00 |
| HSL | 196.34º | 0.99% | 0.51% | - |
| HSV(B) | 196.34º | 0.97% | 1% | - |
| XYZ | 35.76 | 42.75 | 100.13 | - |
| YUV | 141.12 | 191.7 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 254 | 0.97 | 0.26 | 0 | 0.00 | 196.34 | 0.99 | 0.51 |
| Hex | 8 | BB | FE | 61 | 1A | 0 | 0 | C4 | 63 | 33 |
| Octal | 10 | 273 | 376 | 141 | 32 | 0 | 0 | 304 | 143 | 63 |
| Binary | 1000 | 10111011 | 11111110 | 1100001 | 11010 | 0 | 0 | 11000100 | 1100011 | 110011 |
Color Harmonies of #08BBFE
Complementary color
Monochromatic Colors of #08BBFE
Black with #08BBFE
Text Example
Text Example
White with #08BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBFE; }
p { color: rgb(8,187,254); }
H1.HeaderClassName
{
color: #08BBFE;
}
.AnyTagClassName
{
color: #08BBFE;
}
</style>
background-color css
<style>
a { background-color: #08BBFE; }
a { background-color: rgb(8,187,254); }
div.DivClassName
{
background-color: #08BBFE;
}
.BgClassName
{
background-color: #08BBFE;
}
</style>
border-color css
<style>
span { border-color: #08BBFE; }
span { border-color: rgb(8,187,254); }
td.TdClassName
{
border-color: #08BBFE;
}
.TagClassName
{
border-color: #08BBFE;
}
</style>