Shades of Deep Sky Blue #00AFFC
Tints of Deep Sky Blue #00AFFC
RGB
CMYK
RGB Variations
Color information
#00AFFC (or 0x00AFFC) is known color: Deep Sky Blue. HEX triplet: 00, AF and FC. RGB value is (0,175,252). Sum of RGB (Red+Green+Blue) = 0+175+252=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #00AFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFFC is #FF5003. Grayscale: #828282. Windows color (decimal): -16732164 or 16559872. OLE color: 16559872.
HSL color Cylindrical-coordinate representation of color #00AFFC: hue angle of 198.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFFC is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 175 | 252 | - |
| CMYK | 1 | 0.31 | 0 | 0.01 |
| HSL | 198.33º | 1% | 0.49% | - |
| HSV(B) | 198.33º | 1% | 0.99% | - |
| XYZ | 32.9 | 37.69 | 97.64 | - |
| YUV | 131.45 | 196.02 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 252 | 1 | 0.31 | 0 | 0.01 | 198.33 | 1 | 0.49 |
| Hex | 0 | AF | FC | 64 | 1F | 0 | 1 | C6 | 64 | 31 |
| Octal | 0 | 257 | 374 | 144 | 37 | 0 | 1 | 306 | 144 | 61 |
| Binary | 0 | 10101111 | 11111100 | 1100100 | 11111 | 0 | 1 | 11000110 | 1100100 | 110001 |
Color Harmonies of #00AFFC
Complementary color
Monochromatic Colors of #00AFFC
Black with #00AFFC
Text Example
Text Example
White with #00AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFFC; }
p { color: rgb(0,175,252); }
H1.HeaderClassName
{
color: #00AFFC;
}
.AnyTagClassName
{
color: #00AFFC;
}
</style>
background-color css
<style>
a { background-color: #00AFFC; }
a { background-color: rgb(0,175,252); }
div.DivClassName
{
background-color: #00AFFC;
}
.BgClassName
{
background-color: #00AFFC;
}
</style>
border-color css
<style>
span { border-color: #00AFFC; }
span { border-color: rgb(0,175,252); }
td.TdClassName
{
border-color: #00AFFC;
}
.TagClassName
{
border-color: #00AFFC;
}
</style>