Shades of Deep Sky Blue #08DDFF
Tints of Deep Sky Blue #08DDFF
RGB
CMYK
RGB Variations
Color information
#08DDFF (or 0x08DDFF) is known color: Deep Sky Blue. HEX triplet: 08, DD and FF. RGB value is (8,221,255). Sum of RGB (Red+Green+Blue) = 8+221+255=484 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #08DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DDFF is #F72200. Grayscale: #A0A0A0. Windows color (decimal): -16196097 or 16768264. OLE color: 16768264.
HSL color Cylindrical-coordinate representation of color #08DDFF: hue angle of 188.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08DDFF is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 221 | 255 | - |
| CMYK | 0.97 | 0.13 | 0 | 0 |
| HSL | 188.26º | 1% | 0.52% | - |
| HSV(B) | 188.26º | 0.97% | 1% | - |
| XYZ | 44.01 | 58.98 | 103.67 | - |
| YUV | 161.19 | 180.93 | 18.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 221 | 255 | 0.97 | 0.13 | 0 | 0 | 188.26 | 1 | 0.52 |
| Hex | 8 | DD | FF | 61 | D | 0 | 0 | BC | 64 | 34 |
| Octal | 10 | 335 | 377 | 141 | 15 | 0 | 0 | 274 | 144 | 64 |
| Binary | 1000 | 11011101 | 11111111 | 1100001 | 1101 | 0 | 0 | 10111100 | 1100100 | 110100 |
Color Harmonies of #08DDFF
Complementary color
Monochromatic Colors of #08DDFF
Black with #08DDFF
Text Example
Text Example
White with #08DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DDFF; }
p { color: rgb(8,221,255); }
H1.HeaderClassName
{
color: #08DDFF;
}
.AnyTagClassName
{
color: #08DDFF;
}
</style>
background-color css
<style>
a { background-color: #08DDFF; }
a { background-color: rgb(8,221,255); }
div.DivClassName
{
background-color: #08DDFF;
}
.BgClassName
{
background-color: #08DDFF;
}
</style>
border-color css
<style>
span { border-color: #08DDFF; }
span { border-color: rgb(8,221,255); }
td.TdClassName
{
border-color: #08DDFF;
}
.TagClassName
{
border-color: #08DDFF;
}
</style>