Shades of Deep Sky Blue #08BCFE
Tints of Deep Sky Blue #08BCFE
RGB
CMYK
RGB Variations
Color information
#08BCFE (or 0x08BCFE) is known color: Deep Sky Blue. HEX triplet: 08, BC and FE. RGB value is (8,188,254). Sum of RGB (Red+Green+Blue) = 8+188+254=450 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #08BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BCFE is #F74301. Grayscale: #8D8D8D. Windows color (decimal): -16204546 or 16694280. OLE color: 16694280.
HSL color Cylindrical-coordinate representation of color #08BCFE: hue angle of 196.1º 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 #08BCFE is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 188 | 254 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.00 |
| HSL | 196.1º | 0.99% | 0.51% | - |
| HSV(B) | 196.1º | 0.97% | 1% | - |
| XYZ | 35.97 | 43.17 | 100.2 | - |
| YUV | 141.7 | 191.37 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 254 | 0.97 | 0.26 | 0 | 0.00 | 196.1 | 0.99 | 0.51 |
| Hex | 8 | BC | FE | 61 | 1A | 0 | 0 | C4 | 63 | 33 |
| Octal | 10 | 274 | 376 | 141 | 32 | 0 | 0 | 304 | 143 | 63 |
| Binary | 1000 | 10111100 | 11111110 | 1100001 | 11010 | 0 | 0 | 11000100 | 1100011 | 110011 |
Color Harmonies of #08BCFE
Complementary color
Monochromatic Colors of #08BCFE
Black with #08BCFE
Text Example
Text Example
White with #08BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCFE; }
p { color: rgb(8,188,254); }
H1.HeaderClassName
{
color: #08BCFE;
}
.AnyTagClassName
{
color: #08BCFE;
}
</style>
background-color css
<style>
a { background-color: #08BCFE; }
a { background-color: rgb(8,188,254); }
div.DivClassName
{
background-color: #08BCFE;
}
.BgClassName
{
background-color: #08BCFE;
}
</style>
border-color css
<style>
span { border-color: #08BCFE; }
span { border-color: rgb(8,188,254); }
td.TdClassName
{
border-color: #08BCFE;
}
.TagClassName
{
border-color: #08BCFE;
}
</style>