Shades of Deep Sky Blue #18AFF6
Tints of Deep Sky Blue #18AFF6
RGB
CMYK
RGB Variations
Color information
#18AFF6 (or 0x18AFF6) is known color: Deep Sky Blue. HEX triplet: 18, AF and F6. RGB value is (24,175,246). Sum of RGB (Red+Green+Blue) = 24+175+246=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #18AFF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AFF6 is #E75009. Grayscale: #898989. Windows color (decimal): -15159306 or 16166680. OLE color: 16166680.
HSL color Cylindrical-coordinate representation of color #18AFF6: hue angle of 199.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AFF6 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 175 | 246 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.04 |
| HSL | 199.19º | 0.93% | 0.53% | - |
| HSV(B) | 199.19º | 0.9% | 0.96% | - |
| XYZ | 32.34 | 37.51 | 92.72 | - |
| YUV | 137.95 | 188.97 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 246 | 0.90 | 0.29 | 0 | 0.04 | 199.19 | 0.93 | 0.53 |
| Hex | 18 | AF | F6 | 5A | 1D | 0 | 4 | C7 | 5C | 35 |
| Octal | 30 | 257 | 366 | 132 | 35 | 0 | 4 | 307 | 134 | 65 |
| Binary | 11000 | 10101111 | 11110110 | 1011010 | 11101 | 0 | 100 | 11000111 | 1011100 | 110101 |
Color Harmonies of #18AFF6
Complementary color
Monochromatic Colors of #18AFF6
Black with #18AFF6
Text Example
Text Example
White with #18AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFF6; }
p { color: rgb(24,175,246); }
H1.HeaderClassName
{
color: #18AFF6;
}
.AnyTagClassName
{
color: #18AFF6;
}
</style>
background-color css
<style>
a { background-color: #18AFF6; }
a { background-color: rgb(24,175,246); }
div.DivClassName
{
background-color: #18AFF6;
}
.BgClassName
{
background-color: #18AFF6;
}
</style>
border-color css
<style>
span { border-color: #18AFF6; }
span { border-color: rgb(24,175,246); }
td.TdClassName
{
border-color: #18AFF6;
}
.TagClassName
{
border-color: #18AFF6;
}
</style>