Shades of Deep Sky Blue #08BBFC
Tints of Deep Sky Blue #08BBFC
RGB
CMYK
RGB Variations
Color information
#08BBFC (or 0x08BBFC) is known color: Deep Sky Blue. HEX triplet: 08, BB and FC. RGB value is (8,187,252). Sum of RGB (Red+Green+Blue) = 8+187+252=447 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #08BBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBFC is #F74403. Grayscale: #8C8C8C. Windows color (decimal): -16204804 or 16562952. OLE color: 16562952.
HSL color Cylindrical-coordinate representation of color #08BBFC: hue angle of 195.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BBFC is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 187 | 252 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.01 |
| HSL | 195.98º | 0.98% | 0.51% | - |
| HSV(B) | 195.98º | 0.97% | 0.99% | - |
| XYZ | 35.44 | 42.62 | 98.45 | - |
| YUV | 140.89 | 190.7 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 252 | 0.97 | 0.26 | 0 | 0.01 | 195.98 | 0.98 | 0.51 |
| Hex | 8 | BB | FC | 61 | 1A | 0 | 1 | C4 | 62 | 33 |
| Octal | 10 | 273 | 374 | 141 | 32 | 0 | 1 | 304 | 142 | 63 |
| Binary | 1000 | 10111011 | 11111100 | 1100001 | 11010 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #08BBFC
Complementary color
Monochromatic Colors of #08BBFC
Black with #08BBFC
Text Example
Text Example
White with #08BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBFC; }
p { color: rgb(8,187,252); }
H1.HeaderClassName
{
color: #08BBFC;
}
.AnyTagClassName
{
color: #08BBFC;
}
</style>
background-color css
<style>
a { background-color: #08BBFC; }
a { background-color: rgb(8,187,252); }
div.DivClassName
{
background-color: #08BBFC;
}
.BgClassName
{
background-color: #08BBFC;
}
</style>
border-color css
<style>
span { border-color: #08BBFC; }
span { border-color: rgb(8,187,252); }
td.TdClassName
{
border-color: #08BBFC;
}
.TagClassName
{
border-color: #08BBFC;
}
</style>