Shades of Deep Sky Blue #18ADFF
Tints of Deep Sky Blue #18ADFF
RGB
CMYK
RGB Variations
Color information
#18ADFF (or 0x18ADFF) is known color: Deep Sky Blue. HEX triplet: 18, AD and FF. RGB value is (24,173,255). Sum of RGB (Red+Green+Blue) = 24+173+255=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #18ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADFF is #E75200. Grayscale: #898989. Windows color (decimal): -15159809 or 16755992. OLE color: 16755992.
HSL color Cylindrical-coordinate representation of color #18ADFF: hue angle of 201.3º 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 #18ADFF is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 173 | 255 | - |
| CMYK | 0.91 | 0.32 | 0 | 0 |
| HSL | 201.3º | 1% | 0.55% | - |
| HSV(B) | 201.3º | 0.91% | 1% | - |
| XYZ | 33.37 | 37.3 | 100.05 | - |
| YUV | 137.8 | 194.14 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 255 | 0.91 | 0.32 | 0 | 0 | 201.3 | 1 | 0.55 |
| Hex | 18 | AD | FF | 5B | 20 | 0 | 0 | C9 | 64 | 37 |
| Octal | 30 | 255 | 377 | 133 | 40 | 0 | 0 | 311 | 144 | 67 |
| Binary | 11000 | 10101101 | 11111111 | 1011011 | 100000 | 0 | 0 | 11001001 | 1100100 | 110111 |
Color Harmonies of #18ADFF
Complementary color
Monochromatic Colors of #18ADFF
Black with #18ADFF
Text Example
Text Example
White with #18ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADFF; }
p { color: rgb(24,173,255); }
H1.HeaderClassName
{
color: #18ADFF;
}
.AnyTagClassName
{
color: #18ADFF;
}
</style>
background-color css
<style>
a { background-color: #18ADFF; }
a { background-color: rgb(24,173,255); }
div.DivClassName
{
background-color: #18ADFF;
}
.BgClassName
{
background-color: #18ADFF;
}
</style>
border-color css
<style>
span { border-color: #18ADFF; }
span { border-color: rgb(24,173,255); }
td.TdClassName
{
border-color: #18ADFF;
}
.TagClassName
{
border-color: #18ADFF;
}
</style>