Shades of Deep Sky Blue #08DAFE
Tints of Deep Sky Blue #08DAFE
RGB
CMYK
RGB Variations
Color information
#08DAFE (or 0x08DAFE) is known color: Deep Sky Blue. HEX triplet: 08, DA and FE. RGB value is (8,218,254). Sum of RGB (Red+Green+Blue) = 8+218+254=480 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #08DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DAFE is #F72501. Grayscale: #9E9E9E. Windows color (decimal): -16196866 or 16701960. OLE color: 16701960.
HSL color Cylindrical-coordinate representation of color #08DAFE: hue angle of 188.78º 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 #08DAFE is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 218 | 254 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.00 |
| HSL | 188.78º | 0.99% | 0.51% | - |
| HSV(B) | 188.78º | 0.97% | 1% | - |
| XYZ | 43.06 | 57.35 | 102.57 | - |
| YUV | 159.31 | 181.43 | 20.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 218 | 254 | 0.97 | 0.14 | 0 | 0.00 | 188.78 | 0.99 | 0.51 |
| Hex | 8 | DA | FE | 61 | E | 0 | 0 | BD | 63 | 33 |
| Octal | 10 | 332 | 376 | 141 | 16 | 0 | 0 | 275 | 143 | 63 |
| Binary | 1000 | 11011010 | 11111110 | 1100001 | 1110 | 0 | 0 | 10111101 | 1100011 | 110011 |
Color Harmonies of #08DAFE
Complementary color
Monochromatic Colors of #08DAFE
Black with #08DAFE
Text Example
Text Example
White with #08DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DAFE; }
p { color: rgb(8,218,254); }
H1.HeaderClassName
{
color: #08DAFE;
}
.AnyTagClassName
{
color: #08DAFE;
}
</style>
background-color css
<style>
a { background-color: #08DAFE; }
a { background-color: rgb(8,218,254); }
div.DivClassName
{
background-color: #08DAFE;
}
.BgClassName
{
background-color: #08DAFE;
}
</style>
border-color css
<style>
span { border-color: #08DAFE; }
span { border-color: rgb(8,218,254); }
td.TdClassName
{
border-color: #08DAFE;
}
.TagClassName
{
border-color: #08DAFE;
}
</style>