Shades of Deep Sky Blue #08CAFE
Tints of Deep Sky Blue #08CAFE
RGB
CMYK
RGB Variations
Color information
#08CAFE (or 0x08CAFE) is known color: Deep Sky Blue. HEX triplet: 08, CA and FE. RGB value is (8,202,254). Sum of RGB (Red+Green+Blue) = 8+202+254=464 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.72% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #08CAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CAFE is #F73501. Grayscale: #959595. Windows color (decimal): -16200962 or 16697864. OLE color: 16697864.
HSL color Cylindrical-coordinate representation of color #08CAFE: hue angle of 192.68º 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 #08CAFE is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 202 | 254 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.00 |
| HSL | 192.68º | 0.99% | 0.51% | - |
| HSV(B) | 192.68º | 0.97% | 1% | - |
| XYZ | 39.11 | 49.45 | 101.25 | - |
| YUV | 149.92 | 186.73 | 26.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 254 | 0.97 | 0.20 | 0 | 0.00 | 192.68 | 0.99 | 0.51 |
| Hex | 8 | CA | FE | 61 | 14 | 0 | 0 | C1 | 63 | 33 |
| Octal | 10 | 312 | 376 | 141 | 24 | 0 | 0 | 301 | 143 | 63 |
| Binary | 1000 | 11001010 | 11111110 | 1100001 | 10100 | 0 | 0 | 11000001 | 1100011 | 110011 |
Color Harmonies of #08CAFE
Complementary color
Monochromatic Colors of #08CAFE
Black with #08CAFE
Text Example
Text Example
White with #08CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CAFE; }
p { color: rgb(8,202,254); }
H1.HeaderClassName
{
color: #08CAFE;
}
.AnyTagClassName
{
color: #08CAFE;
}
</style>
background-color css
<style>
a { background-color: #08CAFE; }
a { background-color: rgb(8,202,254); }
div.DivClassName
{
background-color: #08CAFE;
}
.BgClassName
{
background-color: #08CAFE;
}
</style>
border-color css
<style>
span { border-color: #08CAFE; }
span { border-color: rgb(8,202,254); }
td.TdClassName
{
border-color: #08CAFE;
}
.TagClassName
{
border-color: #08CAFE;
}
</style>