Shades of Deep Sky Blue #00AFEF
Tints of Deep Sky Blue #00AFEF
RGB
CMYK
RGB Variations
Color information
#00AFEF (or 0x00AFEF) is known color: Deep Sky Blue. HEX triplet: 00, AF and EF. RGB value is (0,175,239). Sum of RGB (Red+Green+Blue) = 0+175+239=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #00AFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFEF is #FF5010. Grayscale: #818181. Windows color (decimal): -16732177 or 15707904. OLE color: 15707904.
HSL color Cylindrical-coordinate representation of color #00AFEF: hue angle of 196.07º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFEF is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 175 | 239 | - |
| CMYK | 1 | 0.27 | 0 | 0.06 |
| HSL | 196.07º | 1% | 0.47% | - |
| HSV(B) | 196.07º | 1% | 0.94% | - |
| XYZ | 30.91 | 36.89 | 87.15 | - |
| YUV | 129.97 | 189.52 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 239 | 1 | 0.27 | 0 | 0.06 | 196.07 | 1 | 0.47 |
| Hex | 0 | AF | EF | 64 | 1B | 0 | 6 | C4 | 64 | 2F |
| Octal | 0 | 257 | 357 | 144 | 33 | 0 | 6 | 304 | 144 | 57 |
| Binary | 0 | 10101111 | 11101111 | 1100100 | 11011 | 0 | 110 | 11000100 | 1100100 | 101111 |
Color Harmonies of #00AFEF
Complementary color
Monochromatic Colors of #00AFEF
Black with #00AFEF
Text Example
Text Example
White with #00AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFEF; }
p { color: rgb(0,175,239); }
H1.HeaderClassName
{
color: #00AFEF;
}
.AnyTagClassName
{
color: #00AFEF;
}
</style>
background-color css
<style>
a { background-color: #00AFEF; }
a { background-color: rgb(0,175,239); }
div.DivClassName
{
background-color: #00AFEF;
}
.BgClassName
{
background-color: #00AFEF;
}
</style>
border-color css
<style>
span { border-color: #00AFEF; }
span { border-color: rgb(0,175,239); }
td.TdClassName
{
border-color: #00AFEF;
}
.TagClassName
{
border-color: #00AFEF;
}
</style>