Shades of Deep Sky Blue #00AFF1
Tints of Deep Sky Blue #00AFF1
RGB
CMYK
RGB Variations
Color information
#00AFF1 (or 0x00AFF1) is known color: Deep Sky Blue. HEX triplet: 00, AF and F1. RGB value is (0,175,241). Sum of RGB (Red+Green+Blue) = 0+175+241=416 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #00AFF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFF1 is #FF500E. Grayscale: #818181. Windows color (decimal): -16732175 or 15838976. OLE color: 15838976.
HSL color Cylindrical-coordinate representation of color #00AFF1: hue angle of 196.43º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFF1 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 175 | 241 | - |
| CMYK | 1 | 0.27 | 0 | 0.05 |
| HSL | 196.43º | 1% | 0.47% | - |
| HSV(B) | 196.43º | 1% | 0.95% | - |
| XYZ | 31.21 | 37.01 | 88.72 | - |
| YUV | 130.2 | 190.52 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 241 | 1 | 0.27 | 0 | 0.05 | 196.43 | 1 | 0.47 |
| Hex | 0 | AF | F1 | 64 | 1B | 0 | 5 | C4 | 64 | 2F |
| Octal | 0 | 257 | 361 | 144 | 33 | 0 | 5 | 304 | 144 | 57 |
| Binary | 0 | 10101111 | 11110001 | 1100100 | 11011 | 0 | 101 | 11000100 | 1100100 | 101111 |
Color Harmonies of #00AFF1
Complementary color
Monochromatic Colors of #00AFF1
Black with #00AFF1
Text Example
Text Example
White with #00AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFF1; }
p { color: rgb(0,175,241); }
H1.HeaderClassName
{
color: #00AFF1;
}
.AnyTagClassName
{
color: #00AFF1;
}
</style>
background-color css
<style>
a { background-color: #00AFF1; }
a { background-color: rgb(0,175,241); }
div.DivClassName
{
background-color: #00AFF1;
}
.BgClassName
{
background-color: #00AFF1;
}
</style>
border-color css
<style>
span { border-color: #00AFF1; }
span { border-color: rgb(0,175,241); }
td.TdClassName
{
border-color: #00AFF1;
}
.TagClassName
{
border-color: #00AFF1;
}
</style>