Shades of Deep Sky Blue #00AFEA
Tints of Deep Sky Blue #00AFEA
RGB
CMYK
RGB Variations
Color information
#00AFEA (or 0x00AFEA) is known color: Deep Sky Blue. HEX triplet: 00, AF and EA. RGB value is (0,175,234). Sum of RGB (Red+Green+Blue) = 0+175+234=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #00AFEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFEA is #FF5015. Grayscale: #808080. Windows color (decimal): -16732182 or 15380224. OLE color: 15380224.
HSL color Cylindrical-coordinate representation of color #00AFEA: hue angle of 195.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFEA is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 175 | 234 | - |
| CMYK | 1 | 0.25 | 0 | 0.08 |
| HSL | 195.13º | 1% | 0.46% | - |
| HSV(B) | 195.13º | 1% | 0.92% | - |
| XYZ | 30.18 | 36.6 | 83.32 | - |
| YUV | 129.4 | 187.02 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 234 | 1 | 0.25 | 0 | 0.08 | 195.13 | 1 | 0.46 |
| Hex | 0 | AF | EA | 64 | 19 | 0 | 8 | C3 | 64 | 2E |
| Octal | 0 | 257 | 352 | 144 | 31 | 0 | 10 | 303 | 144 | 56 |
| Binary | 0 | 10101111 | 11101010 | 1100100 | 11001 | 0 | 1000 | 11000011 | 1100100 | 101110 |
Color Harmonies of #00AFEA
Complementary color
Monochromatic Colors of #00AFEA
Black with #00AFEA
Text Example
Text Example
White with #00AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFEA; }
p { color: rgb(0,175,234); }
H1.HeaderClassName
{
color: #00AFEA;
}
.AnyTagClassName
{
color: #00AFEA;
}
</style>
background-color css
<style>
a { background-color: #00AFEA; }
a { background-color: rgb(0,175,234); }
div.DivClassName
{
background-color: #00AFEA;
}
.BgClassName
{
background-color: #00AFEA;
}
</style>
border-color css
<style>
span { border-color: #00AFEA; }
span { border-color: rgb(0,175,234); }
td.TdClassName
{
border-color: #00AFEA;
}
.TagClassName
{
border-color: #00AFEA;
}
</style>