Shades of Deep Sky Blue #08BFFC
Tints of Deep Sky Blue #08BFFC
RGB
CMYK
RGB Variations
Color information
#08BFFC (or 0x08BFFC) is known color: Deep Sky Blue. HEX triplet: 08, BF and FC. RGB value is (8,191,252). Sum of RGB (Red+Green+Blue) = 8+191+252=451 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #08BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BFFC is #F74003. Grayscale: #8E8E8E. Windows color (decimal): -16203780 or 16563976. OLE color: 16563976.
HSL color Cylindrical-coordinate representation of color #08BFFC: hue angle of 195º 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 #08BFFC is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 191 | 252 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.01 |
| HSL | 195º | 0.98% | 0.51% | - |
| HSV(B) | 195º | 0.97% | 0.99% | - |
| XYZ | 36.3 | 44.34 | 98.74 | - |
| YUV | 143.24 | 189.37 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 252 | 0.97 | 0.24 | 0 | 0.01 | 195 | 0.98 | 0.51 |
| Hex | 8 | BF | FC | 61 | 18 | 0 | 1 | C3 | 62 | 33 |
| Octal | 10 | 277 | 374 | 141 | 30 | 0 | 1 | 303 | 142 | 63 |
| Binary | 1000 | 10111111 | 11111100 | 1100001 | 11000 | 0 | 1 | 11000011 | 1100010 | 110011 |
Color Harmonies of #08BFFC
Complementary color
Monochromatic Colors of #08BFFC
Black with #08BFFC
Text Example
Text Example
White with #08BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFFC; }
p { color: rgb(8,191,252); }
H1.HeaderClassName
{
color: #08BFFC;
}
.AnyTagClassName
{
color: #08BFFC;
}
</style>
background-color css
<style>
a { background-color: #08BFFC; }
a { background-color: rgb(8,191,252); }
div.DivClassName
{
background-color: #08BFFC;
}
.BgClassName
{
background-color: #08BFFC;
}
</style>
border-color css
<style>
span { border-color: #08BFFC; }
span { border-color: rgb(8,191,252); }
td.TdClassName
{
border-color: #08BFFC;
}
.TagClassName
{
border-color: #08BFFC;
}
</style>