Shades of Deep Sky Blue #00AFEE
Tints of Deep Sky Blue #00AFEE
RGB
CMYK
RGB Variations
Color information
#00AFEE (or 0x00AFEE) is known color: Deep Sky Blue. HEX triplet: 00, AF and EE. RGB value is (0,175,238). Sum of RGB (Red+Green+Blue) = 0+175+238=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #00AFEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFEE is #FF5011. Grayscale: #818181. Windows color (decimal): -16732178 or 15642368. OLE color: 15642368.
HSL color Cylindrical-coordinate representation of color #00AFEE: hue angle of 195.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFEE is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 175 | 238 | - |
| CMYK | 1 | 0.26 | 0 | 0.07 |
| HSL | 195.88º | 1% | 0.47% | - |
| HSV(B) | 195.88º | 1% | 0.93% | - |
| XYZ | 30.76 | 36.83 | 86.38 | - |
| YUV | 129.86 | 189.02 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 238 | 1 | 0.26 | 0 | 0.07 | 195.88 | 1 | 0.47 |
| Hex | 0 | AF | EE | 64 | 1A | 0 | 7 | C4 | 64 | 2F |
| Octal | 0 | 257 | 356 | 144 | 32 | 0 | 7 | 304 | 144 | 57 |
| Binary | 0 | 10101111 | 11101110 | 1100100 | 11010 | 0 | 111 | 11000100 | 1100100 | 101111 |
Color Harmonies of #00AFEE
Complementary color
Monochromatic Colors of #00AFEE
Black with #00AFEE
Text Example
Text Example
White with #00AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFEE; }
p { color: rgb(0,175,238); }
H1.HeaderClassName
{
color: #00AFEE;
}
.AnyTagClassName
{
color: #00AFEE;
}
</style>
background-color css
<style>
a { background-color: #00AFEE; }
a { background-color: rgb(0,175,238); }
div.DivClassName
{
background-color: #00AFEE;
}
.BgClassName
{
background-color: #00AFEE;
}
</style>
border-color css
<style>
span { border-color: #00AFEE; }
span { border-color: rgb(0,175,238); }
td.TdClassName
{
border-color: #00AFEE;
}
.TagClassName
{
border-color: #00AFEE;
}
</style>