Shades of Deep Sky Blue #06AFF2
Tints of Deep Sky Blue #06AFF2
RGB
CMYK
RGB Variations
Color information
#06AFF2 (or 0x06AFF2) is known color: Deep Sky Blue. HEX triplet: 06, AF and F2. RGB value is (6,175,242). Sum of RGB (Red+Green+Blue) = 6+175+242=423 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #06AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AFF2 is #F9500D. Grayscale: #838383. Windows color (decimal): -16338958 or 15904518. OLE color: 15904518.
HSL color Cylindrical-coordinate representation of color #06AFF2: hue angle of 197.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06AFF2 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 175 | 242 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.05 |
| HSL | 197.03º | 0.95% | 0.49% | - |
| HSV(B) | 197.03º | 0.98% | 0.95% | - |
| XYZ | 31.43 | 37.11 | 89.51 | - |
| YUV | 132.11 | 190.01 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 242 | 0.98 | 0.28 | 0 | 0.05 | 197.03 | 0.95 | 0.49 |
| Hex | 6 | AF | F2 | 62 | 1C | 0 | 5 | C5 | 5F | 31 |
| Octal | 6 | 257 | 362 | 142 | 34 | 0 | 5 | 305 | 137 | 61 |
| Binary | 110 | 10101111 | 11110010 | 1100010 | 11100 | 0 | 101 | 11000101 | 1011111 | 110001 |
Color Harmonies of #06AFF2
Complementary color
Monochromatic Colors of #06AFF2
Black with #06AFF2
Text Example
Text Example
White with #06AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AFF2; }
p { color: rgb(6,175,242); }
H1.HeaderClassName
{
color: #06AFF2;
}
.AnyTagClassName
{
color: #06AFF2;
}
</style>
background-color css
<style>
a { background-color: #06AFF2; }
a { background-color: rgb(6,175,242); }
div.DivClassName
{
background-color: #06AFF2;
}
.BgClassName
{
background-color: #06AFF2;
}
</style>
border-color css
<style>
span { border-color: #06AFF2; }
span { border-color: rgb(6,175,242); }
td.TdClassName
{
border-color: #06AFF2;
}
.TagClassName
{
border-color: #06AFF2;
}
</style>