Shades of Deep Sky Blue #08C8FE
Tints of Deep Sky Blue #08C8FE
RGB
CMYK
RGB Variations
Color information
#08C8FE (or 0x08C8FE) is known color: Deep Sky Blue. HEX triplet: 08, C8 and FE. RGB value is (8,200,254). Sum of RGB (Red+Green+Blue) = 8+200+254=462 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #08C8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C8FE is #F73701. Grayscale: #949494. Windows color (decimal): -16201474 or 16697352. OLE color: 16697352.
HSL color Cylindrical-coordinate representation of color #08C8FE: hue angle of 193.17º 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 #08C8FE is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 200 | 254 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.00 |
| HSL | 193.17º | 0.99% | 0.51% | - |
| HSV(B) | 193.17º | 0.97% | 1% | - |
| XYZ | 38.64 | 48.52 | 101.09 | - |
| YUV | 148.75 | 187.39 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 254 | 0.97 | 0.21 | 0 | 0.00 | 193.17 | 0.99 | 0.51 |
| Hex | 8 | C8 | FE | 61 | 15 | 0 | 0 | C1 | 63 | 33 |
| Octal | 10 | 310 | 376 | 141 | 25 | 0 | 0 | 301 | 143 | 63 |
| Binary | 1000 | 11001000 | 11111110 | 1100001 | 10101 | 0 | 0 | 11000001 | 1100011 | 110011 |
Color Harmonies of #08C8FE
Complementary color
Monochromatic Colors of #08C8FE
Black with #08C8FE
Text Example
Text Example
White with #08C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C8FE; }
p { color: rgb(8,200,254); }
H1.HeaderClassName
{
color: #08C8FE;
}
.AnyTagClassName
{
color: #08C8FE;
}
</style>
background-color css
<style>
a { background-color: #08C8FE; }
a { background-color: rgb(8,200,254); }
div.DivClassName
{
background-color: #08C8FE;
}
.BgClassName
{
background-color: #08C8FE;
}
</style>
border-color css
<style>
span { border-color: #08C8FE; }
span { border-color: rgb(8,200,254); }
td.TdClassName
{
border-color: #08C8FE;
}
.TagClassName
{
border-color: #08C8FE;
}
</style>