Shades of Deep Sky Blue #01AFF2
Tints of Deep Sky Blue #01AFF2
RGB
CMYK
RGB Variations
Color information
#01AFF2 (or 0x01AFF2) is known color: Deep Sky Blue. HEX triplet: 01, AF and F2. RGB value is (1,175,242). Sum of RGB (Red+Green+Blue) = 1+175+242=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #01AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01AFF2 is #FE500D. Grayscale: #828282. Windows color (decimal): -16666638 or 15904513. OLE color: 15904513.
HSL color Cylindrical-coordinate representation of color #01AFF2: hue angle of 196.68º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AFF2 is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 175 | 242 | - |
| CMYK | 1.00 | 0.28 | 0 | 0.05 |
| HSL | 196.68º | 0.99% | 0.48% | - |
| HSV(B) | 196.68º | 1% | 0.95% | - |
| XYZ | 31.37 | 37.08 | 89.51 | - |
| YUV | 130.61 | 190.85 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 242 | 1.00 | 0.28 | 0 | 0.05 | 196.68 | 0.99 | 0.48 |
| Hex | 1 | AF | F2 | 64 | 1C | 0 | 5 | C5 | 63 | 30 |
| Octal | 1 | 257 | 362 | 144 | 34 | 0 | 5 | 305 | 143 | 60 |
| Binary | 1 | 10101111 | 11110010 | 1100100 | 11100 | 0 | 101 | 11000101 | 1100011 | 110000 |
Color Harmonies of #01AFF2
Complementary color
Monochromatic Colors of #01AFF2
Black with #01AFF2
Text Example
Text Example
White with #01AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFF2; }
p { color: rgb(1,175,242); }
H1.HeaderClassName
{
color: #01AFF2;
}
.AnyTagClassName
{
color: #01AFF2;
}
</style>
background-color css
<style>
a { background-color: #01AFF2; }
a { background-color: rgb(1,175,242); }
div.DivClassName
{
background-color: #01AFF2;
}
.BgClassName
{
background-color: #01AFF2;
}
</style>
border-color css
<style>
span { border-color: #01AFF2; }
span { border-color: rgb(1,175,242); }
td.TdClassName
{
border-color: #01AFF2;
}
.TagClassName
{
border-color: #01AFF2;
}
</style>