Shades of Deep Sky Blue #00A8FF
Tints of Deep Sky Blue #00A8FF
RGB
CMYK
RGB Variations
Color information
#00A8FF (or 0x00A8FF) is known color: Deep Sky Blue. HEX triplet: 00, A8 and FF. RGB value is (0,168,255). Sum of RGB (Red+Green+Blue) = 0+168+255=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #00A8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A8FF is #FF5700. Grayscale: #7F7F7F. Windows color (decimal): -16733953 or 16754688. OLE color: 16754688.
HSL color Cylindrical-coordinate representation of color #00A8FF: hue angle of 200.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A8FF is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 168 | 255 | - |
CMYK | 1 | 0.34 | 0 | 0 |
HSL | 200.47º | 1% | 0.5% | - |
HSV(B) | 200.47º | 1% | 1% | - |
XYZ | 32.05 | 35.23 | 99.72 | - |
YUV | 127.69 | 199.84 | 36.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 168 | 255 | 1 | 0.34 | 0 | 0 | 200.47 | 1 | 0.5 |
Hex | 0 | A8 | FF | 64 | 22 | 0 | 0 | C8 | 64 | 32 |
Octal | 0 | 250 | 377 | 144 | 42 | 0 | 0 | 310 | 144 | 62 |
Binary | 0 | 10101000 | 11111111 | 1100100 | 100010 | 0 | 0 | 11001000 | 1100100 | 110010 |
Color Harmonies of #00A8FF
Complementary color
Monochromatic Colors of #00A8FF
Black with #00A8FF
Text Example
Text Example
White with #00A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A8FF; }
p { color: rgb(0,168,255); }
H1.HeaderClassName
{
color: #00A8FF;
}
.AnyTagClassName
{
color: #00A8FF;
}
</style>
background-color css
<style>
a { background-color: #00A8FF; }
a { background-color: rgb(0,168,255); }
div.DivClassName
{
background-color: #00A8FF;
}
.BgClassName
{
background-color: #00A8FF;
}
</style>
border-color css
<style>
span { border-color: #00A8FF; }
span { border-color: rgb(0,168,255); }
td.TdClassName
{
border-color: #00A8FF;
}
.TagClassName
{
border-color: #00A8FF;
}
</style>