Shades of Deep Sky Blue #18AFEE
Tints of Deep Sky Blue #18AFEE
RGB
CMYK
RGB Variations
Color information
#18AFEE (or 0x18AFEE) is known color: Deep Sky Blue. HEX triplet: 18, AF and EE. RGB value is (24,175,238). Sum of RGB (Red+Green+Blue) = 24+175+238=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #18AFEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AFEE is #E75011. Grayscale: #888888. Windows color (decimal): -15159314 or 15642392. OLE color: 15642392.
HSL color Cylindrical-coordinate representation of color #18AFEE: hue angle of 197.66º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AFEE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 175 | 238 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.07 |
| HSL | 197.66º | 0.86% | 0.51% | - |
| HSV(B) | 197.66º | 0.9% | 0.93% | - |
| XYZ | 31.14 | 37.03 | 86.39 | - |
| YUV | 137.03 | 184.97 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 238 | 0.90 | 0.26 | 0 | 0.07 | 197.66 | 0.86 | 0.51 |
| Hex | 18 | AF | EE | 5A | 1A | 0 | 7 | C6 | 56 | 33 |
| Octal | 30 | 257 | 356 | 132 | 32 | 0 | 7 | 306 | 126 | 63 |
| Binary | 11000 | 10101111 | 11101110 | 1011010 | 11010 | 0 | 111 | 11000110 | 1010110 | 110011 |
Color Harmonies of #18AFEE
Complementary color
Monochromatic Colors of #18AFEE
Black with #18AFEE
Text Example
Text Example
White with #18AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFEE; }
p { color: rgb(24,175,238); }
H1.HeaderClassName
{
color: #18AFEE;
}
.AnyTagClassName
{
color: #18AFEE;
}
</style>
background-color css
<style>
a { background-color: #18AFEE; }
a { background-color: rgb(24,175,238); }
div.DivClassName
{
background-color: #18AFEE;
}
.BgClassName
{
background-color: #18AFEE;
}
</style>
border-color css
<style>
span { border-color: #18AFEE; }
span { border-color: rgb(24,175,238); }
td.TdClassName
{
border-color: #18AFEE;
}
.TagClassName
{
border-color: #18AFEE;
}
</style>