Shades of Deep Sky Blue #18AFFD
Tints of Deep Sky Blue #18AFFD
RGB
CMYK
RGB Variations
Color information
#18AFFD (or 0x18AFFD) is known color: Deep Sky Blue. HEX triplet: 18, AF and FD. RGB value is (24,175,253). Sum of RGB (Red+Green+Blue) = 24+175+253=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #18AFFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AFFD is #E75002. Grayscale: #8A8A8A. Windows color (decimal): -15159299 or 16625432. OLE color: 16625432.
HSL color Cylindrical-coordinate representation of color #18AFFD: hue angle of 200.44º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18AFFD is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 175 | 253 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.01 |
| HSL | 200.44º | 0.98% | 0.54% | - |
| HSV(B) | 200.44º | 0.91% | 0.99% | - |
| XYZ | 33.44 | 37.95 | 98.49 | - |
| YUV | 138.74 | 192.47 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 253 | 0.91 | 0.31 | 0 | 0.01 | 200.44 | 0.98 | 0.54 |
| Hex | 18 | AF | FD | 5B | 1F | 0 | 1 | C8 | 62 | 36 |
| Octal | 30 | 257 | 375 | 133 | 37 | 0 | 1 | 310 | 142 | 66 |
| Binary | 11000 | 10101111 | 11111101 | 1011011 | 11111 | 0 | 1 | 11001000 | 1100010 | 110110 |
Color Harmonies of #18AFFD
Complementary color
Monochromatic Colors of #18AFFD
Black with #18AFFD
Text Example
Text Example
White with #18AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFFD; }
p { color: rgb(24,175,253); }
H1.HeaderClassName
{
color: #18AFFD;
}
.AnyTagClassName
{
color: #18AFFD;
}
</style>
background-color css
<style>
a { background-color: #18AFFD; }
a { background-color: rgb(24,175,253); }
div.DivClassName
{
background-color: #18AFFD;
}
.BgClassName
{
background-color: #18AFFD;
}
</style>
border-color css
<style>
span { border-color: #18AFFD; }
span { border-color: rgb(24,175,253); }
td.TdClassName
{
border-color: #18AFFD;
}
.TagClassName
{
border-color: #18AFFD;
}
</style>