Shades of Deep Sky Blue #18C5FD
Tints of Deep Sky Blue #18C5FD
RGB
CMYK
RGB Variations
Color information
#18C5FD (or 0x18C5FD) is known color: Deep Sky Blue. HEX triplet: 18, C5 and FD. RGB value is (24,197,253). Sum of RGB (Red+Green+Blue) = 24+197+253=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #18C5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C5FD is #E73A02. Grayscale: #979797. Windows color (decimal): -15153667 or 16631064. OLE color: 16631064.
HSL color Cylindrical-coordinate representation of color #18C5FD: hue angle of 194.67º 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 #18C5FD is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 197 | 253 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.01 |
| HSL | 194.67º | 0.98% | 0.54% | - |
| HSV(B) | 194.67º | 0.91% | 0.99% | - |
| XYZ | 38.07 | 47.22 | 100.04 | - |
| YUV | 151.66 | 185.19 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 253 | 0.91 | 0.22 | 0 | 0.01 | 194.67 | 0.98 | 0.54 |
| Hex | 18 | C5 | FD | 5B | 16 | 0 | 1 | C3 | 62 | 36 |
| Octal | 30 | 305 | 375 | 133 | 26 | 0 | 1 | 303 | 142 | 66 |
| Binary | 11000 | 11000101 | 11111101 | 1011011 | 10110 | 0 | 1 | 11000011 | 1100010 | 110110 |
Color Harmonies of #18C5FD
Complementary color
Monochromatic Colors of #18C5FD
Black with #18C5FD
Text Example
Text Example
White with #18C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C5FD; }
p { color: rgb(24,197,253); }
H1.HeaderClassName
{
color: #18C5FD;
}
.AnyTagClassName
{
color: #18C5FD;
}
</style>
background-color css
<style>
a { background-color: #18C5FD; }
a { background-color: rgb(24,197,253); }
div.DivClassName
{
background-color: #18C5FD;
}
.BgClassName
{
background-color: #18C5FD;
}
</style>
border-color css
<style>
span { border-color: #18C5FD; }
span { border-color: rgb(24,197,253); }
td.TdClassName
{
border-color: #18C5FD;
}
.TagClassName
{
border-color: #18C5FD;
}
</style>