Shades of Deep Sky Blue #18ADFE
Tints of Deep Sky Blue #18ADFE
RGB
CMYK
RGB Variations
Color information
#18ADFE (or 0x18ADFE) is known color: Deep Sky Blue. HEX triplet: 18, AD and FE. RGB value is (24,173,254). Sum of RGB (Red+Green+Blue) = 24+173+254=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #18ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADFE is #E75201. Grayscale: #898989. Windows color (decimal): -15159810 or 16690456. OLE color: 16690456.
HSL color Cylindrical-coordinate representation of color #18ADFE: hue angle of 201.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18ADFE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 173 | 254 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.00 |
| HSL | 201.13º | 0.99% | 0.55% | - |
| HSV(B) | 201.13º | 0.91% | 1% | - |
| XYZ | 33.21 | 37.24 | 99.2 | - |
| YUV | 137.68 | 193.64 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 254 | 0.91 | 0.32 | 0 | 0.00 | 201.13 | 0.99 | 0.55 |
| Hex | 18 | AD | FE | 5B | 20 | 0 | 0 | C9 | 63 | 37 |
| Octal | 30 | 255 | 376 | 133 | 40 | 0 | 0 | 311 | 143 | 67 |
| Binary | 11000 | 10101101 | 11111110 | 1011011 | 100000 | 0 | 0 | 11001001 | 1100011 | 110111 |
Color Harmonies of #18ADFE
Complementary color
Monochromatic Colors of #18ADFE
Black with #18ADFE
Text Example
Text Example
White with #18ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADFE; }
p { color: rgb(24,173,254); }
H1.HeaderClassName
{
color: #18ADFE;
}
.AnyTagClassName
{
color: #18ADFE;
}
</style>
background-color css
<style>
a { background-color: #18ADFE; }
a { background-color: rgb(24,173,254); }
div.DivClassName
{
background-color: #18ADFE;
}
.BgClassName
{
background-color: #18ADFE;
}
</style>
border-color css
<style>
span { border-color: #18ADFE; }
span { border-color: rgb(24,173,254); }
td.TdClassName
{
border-color: #18ADFE;
}
.TagClassName
{
border-color: #18ADFE;
}
</style>