Shades of Deep Sky Blue #06AFFF
Tints of Deep Sky Blue #06AFFF
RGB
CMYK
RGB Variations
Color information
#06AFFF (or 0x06AFFF) is known color: Deep Sky Blue. HEX triplet: 06, AF and FF. RGB value is (6,175,255). Sum of RGB (Red+Green+Blue) = 6+175+255=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #06AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AFFF is #F95000. Grayscale: #858585. Windows color (decimal): -16338945 or 16756486. OLE color: 16756486.
HSL color Cylindrical-coordinate representation of color #06AFFF: hue angle of 199.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06AFFF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 175 | 255 | - |
| CMYK | 0.98 | 0.31 | 0 | 0 |
| HSL | 199.28º | 1% | 0.51% | - |
| HSV(B) | 199.28º | 0.98% | 1% | - |
| XYZ | 33.46 | 37.92 | 100.16 | - |
| YUV | 133.59 | 196.51 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 255 | 0.98 | 0.31 | 0 | 0 | 199.28 | 1 | 0.51 |
| Hex | 6 | AF | FF | 62 | 1F | 0 | 0 | C7 | 64 | 33 |
| Octal | 6 | 257 | 377 | 142 | 37 | 0 | 0 | 307 | 144 | 63 |
| Binary | 110 | 10101111 | 11111111 | 1100010 | 11111 | 0 | 0 | 11000111 | 1100100 | 110011 |
Color Harmonies of #06AFFF
Complementary color
Monochromatic Colors of #06AFFF
Black with #06AFFF
Text Example
Text Example
White with #06AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AFFF; }
p { color: rgb(6,175,255); }
H1.HeaderClassName
{
color: #06AFFF;
}
.AnyTagClassName
{
color: #06AFFF;
}
</style>
background-color css
<style>
a { background-color: #06AFFF; }
a { background-color: rgb(6,175,255); }
div.DivClassName
{
background-color: #06AFFF;
}
.BgClassName
{
background-color: #06AFFF;
}
</style>
border-color css
<style>
span { border-color: #06AFFF; }
span { border-color: rgb(6,175,255); }
td.TdClassName
{
border-color: #06AFFF;
}
.TagClassName
{
border-color: #06AFFF;
}
</style>