Shades of Deep Sky Blue #08D1EF
Tints of Deep Sky Blue #08D1EF
RGB
CMYK
RGB Variations
Color information
#08D1EF (or 0x08D1EF) is known color: Deep Sky Blue. HEX triplet: 08, D1 and EF. RGB value is (8,209,239). Sum of RGB (Red+Green+Blue) = 8+209+239=456 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #08D1EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D1EF is #F72E10. Grayscale: #989898. Windows color (decimal): -16199185 or 15716616. OLE color: 15716616.
HSL color Cylindrical-coordinate representation of color #08D1EF: hue angle of 187.79º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08D1EF is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 209 | 239 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.06 |
| HSL | 187.79º | 0.94% | 0.48% | - |
| HSV(B) | 187.79º | 0.97% | 0.94% | - |
| XYZ | 38.48 | 51.88 | 89.65 | - |
| YUV | 152.32 | 176.91 | 25.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 209 | 239 | 0.97 | 0.13 | 0 | 0.06 | 187.79 | 0.94 | 0.48 |
| Hex | 8 | D1 | EF | 61 | D | 0 | 6 | BC | 5E | 30 |
| Octal | 10 | 321 | 357 | 141 | 15 | 0 | 6 | 274 | 136 | 60 |
| Binary | 1000 | 11010001 | 11101111 | 1100001 | 1101 | 0 | 110 | 10111100 | 1011110 | 110000 |
Color Harmonies of #08D1EF
Complementary color
Monochromatic Colors of #08D1EF
Black with #08D1EF
Text Example
Text Example
White with #08D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D1EF; }
p { color: rgb(8,209,239); }
H1.HeaderClassName
{
color: #08D1EF;
}
.AnyTagClassName
{
color: #08D1EF;
}
</style>
background-color css
<style>
a { background-color: #08D1EF; }
a { background-color: rgb(8,209,239); }
div.DivClassName
{
background-color: #08D1EF;
}
.BgClassName
{
background-color: #08D1EF;
}
</style>
border-color css
<style>
span { border-color: #08D1EF; }
span { border-color: rgb(8,209,239); }
td.TdClassName
{
border-color: #08D1EF;
}
.TagClassName
{
border-color: #08D1EF;
}
</style>