Shades of Deep Sky Blue #00AFEB
Tints of Deep Sky Blue #00AFEB
RGB
CMYK
RGB Variations
Color information
#00AFEB (or 0x00AFEB) is known color: Deep Sky Blue. HEX triplet: 00, AF and EB. RGB value is (0,175,235). Sum of RGB (Red+Green+Blue) = 0+175+235=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #00AFEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFEB is #FF5014. Grayscale: #818181. Windows color (decimal): -16732181 or 15445760. OLE color: 15445760.
HSL color Cylindrical-coordinate representation of color #00AFEB: hue angle of 195.32º 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 #00AFEB is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 175 | 235 | - |
| CMYK | 1 | 0.26 | 0 | 0.08 |
| HSL | 195.32º | 1% | 0.46% | - |
| HSV(B) | 195.32º | 1% | 0.92% | - |
| XYZ | 30.33 | 36.66 | 84.07 | - |
| YUV | 129.52 | 187.52 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 235 | 1 | 0.26 | 0 | 0.08 | 195.32 | 1 | 0.46 |
| Hex | 0 | AF | EB | 64 | 1A | 0 | 8 | C3 | 64 | 2E |
| Octal | 0 | 257 | 353 | 144 | 32 | 0 | 10 | 303 | 144 | 56 |
| Binary | 0 | 10101111 | 11101011 | 1100100 | 11010 | 0 | 1000 | 11000011 | 1100100 | 101110 |
Color Harmonies of #00AFEB
Complementary color
Monochromatic Colors of #00AFEB
Black with #00AFEB
Text Example
Text Example
White with #00AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFEB; }
p { color: rgb(0,175,235); }
H1.HeaderClassName
{
color: #00AFEB;
}
.AnyTagClassName
{
color: #00AFEB;
}
</style>
background-color css
<style>
a { background-color: #00AFEB; }
a { background-color: rgb(0,175,235); }
div.DivClassName
{
background-color: #00AFEB;
}
.BgClassName
{
background-color: #00AFEB;
}
</style>
border-color css
<style>
span { border-color: #00AFEB; }
span { border-color: rgb(0,175,235); }
td.TdClassName
{
border-color: #00AFEB;
}
.TagClassName
{
border-color: #00AFEB;
}
</style>