Shades of Deep Sky Blue #18C3FD
Tints of Deep Sky Blue #18C3FD
RGB
CMYK
RGB Variations
Color information
#18C3FD (or 0x18C3FD) is known color: Deep Sky Blue. HEX triplet: 18, C3 and FD. RGB value is (24,195,253). Sum of RGB (Red+Green+Blue) = 24+195+253=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #18C3FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C3FD is #E73C02. Grayscale: #969696. Windows color (decimal): -15154179 or 16630552. OLE color: 16630552.
HSL color Cylindrical-coordinate representation of color #18C3FD: hue angle of 195.2º 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 #18C3FD is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 195 | 253 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.01 |
| HSL | 195.2º | 0.98% | 0.54% | - |
| HSV(B) | 195.2º | 0.91% | 0.99% | - |
| XYZ | 37.62 | 46.32 | 99.89 | - |
| YUV | 150.48 | 185.85 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 253 | 0.91 | 0.23 | 0 | 0.01 | 195.2 | 0.98 | 0.54 |
| Hex | 18 | C3 | FD | 5B | 17 | 0 | 1 | C3 | 62 | 36 |
| Octal | 30 | 303 | 375 | 133 | 27 | 0 | 1 | 303 | 142 | 66 |
| Binary | 11000 | 11000011 | 11111101 | 1011011 | 10111 | 0 | 1 | 11000011 | 1100010 | 110110 |
Color Harmonies of #18C3FD
Complementary color
Monochromatic Colors of #18C3FD
Black with #18C3FD
Text Example
Text Example
White with #18C3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C3FD; }
p { color: rgb(24,195,253); }
H1.HeaderClassName
{
color: #18C3FD;
}
.AnyTagClassName
{
color: #18C3FD;
}
</style>
background-color css
<style>
a { background-color: #18C3FD; }
a { background-color: rgb(24,195,253); }
div.DivClassName
{
background-color: #18C3FD;
}
.BgClassName
{
background-color: #18C3FD;
}
</style>
border-color css
<style>
span { border-color: #18C3FD; }
span { border-color: rgb(24,195,253); }
td.TdClassName
{
border-color: #18C3FD;
}
.TagClassName
{
border-color: #18C3FD;
}
</style>