Shades of Deep Sky Blue #18CAFF
Tints of Deep Sky Blue #18CAFF
RGB
CMYK
RGB Variations
Color information
#18CAFF (or 0x18CAFF) is known color: Deep Sky Blue. HEX triplet: 18, CA and FF. RGB value is (24,202,255). Sum of RGB (Red+Green+Blue) = 24+202+255=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #18CAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CAFF is #E73500. Grayscale: #9A9A9A. Windows color (decimal): -15152385 or 16763416. OLE color: 16763416.
HSL color Cylindrical-coordinate representation of color #18CAFF: hue angle of 193.77º 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 #18CAFF is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 202 | 255 | - |
| CMYK | 0.91 | 0.21 | 0 | 0 |
| HSL | 193.77º | 1% | 0.55% | - |
| HSV(B) | 193.77º | 0.91% | 1% | - |
| XYZ | 39.55 | 49.66 | 102.11 | - |
| YUV | 154.82 | 184.53 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 255 | 0.91 | 0.21 | 0 | 0 | 193.77 | 1 | 0.55 |
| Hex | 18 | CA | FF | 5B | 15 | 0 | 0 | C2 | 64 | 37 |
| Octal | 30 | 312 | 377 | 133 | 25 | 0 | 0 | 302 | 144 | 67 |
| Binary | 11000 | 11001010 | 11111111 | 1011011 | 10101 | 0 | 0 | 11000010 | 1100100 | 110111 |
Color Harmonies of #18CAFF
Complementary color
Monochromatic Colors of #18CAFF
Black with #18CAFF
Text Example
Text Example
White with #18CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CAFF; }
p { color: rgb(24,202,255); }
H1.HeaderClassName
{
color: #18CAFF;
}
.AnyTagClassName
{
color: #18CAFF;
}
</style>
background-color css
<style>
a { background-color: #18CAFF; }
a { background-color: rgb(24,202,255); }
div.DivClassName
{
background-color: #18CAFF;
}
.BgClassName
{
background-color: #18CAFF;
}
</style>
border-color css
<style>
span { border-color: #18CAFF; }
span { border-color: rgb(24,202,255); }
td.TdClassName
{
border-color: #18CAFF;
}
.TagClassName
{
border-color: #18CAFF;
}
</style>