Shades of Deep Sky Blue #18AEFF
Tints of Deep Sky Blue #18AEFF
RGB
CMYK
RGB Variations
Color information
#18AEFF (or 0x18AEFF) is known color: Deep Sky Blue. HEX triplet: 18, AE and FF. RGB value is (24,174,255). Sum of RGB (Red+Green+Blue) = 24+174+255=453 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.30% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #18AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AEFF is #E75100. Grayscale: #898989. Windows color (decimal): -15159553 or 16756248. OLE color: 16756248.
HSL color Cylindrical-coordinate representation of color #18AEFF: hue angle of 201.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18AEFF is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 174 | 255 | - |
| CMYK | 0.91 | 0.32 | 0 | 0 |
| HSL | 201.04º | 1% | 0.55% | - |
| HSV(B) | 201.04º | 0.91% | 1% | - |
| XYZ | 33.56 | 37.69 | 100.11 | - |
| YUV | 138.38 | 193.81 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 255 | 0.91 | 0.32 | 0 | 0 | 201.04 | 1 | 0.55 |
| Hex | 18 | AE | FF | 5B | 20 | 0 | 0 | C9 | 64 | 37 |
| Octal | 30 | 256 | 377 | 133 | 40 | 0 | 0 | 311 | 144 | 67 |
| Binary | 11000 | 10101110 | 11111111 | 1011011 | 100000 | 0 | 0 | 11001001 | 1100100 | 110111 |
Color Harmonies of #18AEFF
Complementary color
Monochromatic Colors of #18AEFF
Black with #18AEFF
Text Example
Text Example
White with #18AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEFF; }
p { color: rgb(24,174,255); }
H1.HeaderClassName
{
color: #18AEFF;
}
.AnyTagClassName
{
color: #18AEFF;
}
</style>
background-color css
<style>
a { background-color: #18AEFF; }
a { background-color: rgb(24,174,255); }
div.DivClassName
{
background-color: #18AEFF;
}
.BgClassName
{
background-color: #18AEFF;
}
</style>
border-color css
<style>
span { border-color: #18AEFF; }
span { border-color: rgb(24,174,255); }
td.TdClassName
{
border-color: #18AEFF;
}
.TagClassName
{
border-color: #18AEFF;
}
</style>