Shades of Deep Sky Blue #08A8FF
Tints of Deep Sky Blue #08A8FF
RGB
CMYK
RGB Variations
Color information
#08A8FF (or 0x08A8FF) is known color: Deep Sky Blue. HEX triplet: 08, A8 and FF. RGB value is (8,168,255). Sum of RGB (Red+Green+Blue) = 8+168+255=431 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #08A8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A8FF is #F75700. Grayscale: #818181. Windows color (decimal): -16209665 or 16754696. OLE color: 16754696.
HSL color Cylindrical-coordinate representation of color #08A8FF: hue angle of 201.13º 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 #08A8FF is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 168 | 255 | - |
| CMYK | 0.97 | 0.34 | 0 | 0 |
| HSL | 201.13º | 1% | 0.52% | - |
| HSV(B) | 201.13º | 0.97% | 1% | - |
| XYZ | 32.15 | 35.28 | 99.72 | - |
| YUV | 130.08 | 198.49 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 168 | 255 | 0.97 | 0.34 | 0 | 0 | 201.13 | 1 | 0.52 |
| Hex | 8 | A8 | FF | 61 | 22 | 0 | 0 | C9 | 64 | 34 |
| Octal | 10 | 250 | 377 | 141 | 42 | 0 | 0 | 311 | 144 | 64 |
| Binary | 1000 | 10101000 | 11111111 | 1100001 | 100010 | 0 | 0 | 11001001 | 1100100 | 110100 |
Color Harmonies of #08A8FF
Complementary color
Monochromatic Colors of #08A8FF
Black with #08A8FF
Text Example
Text Example
White with #08A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A8FF; }
p { color: rgb(8,168,255); }
H1.HeaderClassName
{
color: #08A8FF;
}
.AnyTagClassName
{
color: #08A8FF;
}
</style>
background-color css
<style>
a { background-color: #08A8FF; }
a { background-color: rgb(8,168,255); }
div.DivClassName
{
background-color: #08A8FF;
}
.BgClassName
{
background-color: #08A8FF;
}
</style>
border-color css
<style>
span { border-color: #08A8FF; }
span { border-color: rgb(8,168,255); }
td.TdClassName
{
border-color: #08A8FF;
}
.TagClassName
{
border-color: #08A8FF;
}
</style>