Shades of Deep Sky Blue #18C5FA
Tints of Deep Sky Blue #18C5FA
RGB
CMYK
RGB Variations
Color information
#18C5FA (or 0x18C5FA) is known color: Deep Sky Blue. HEX triplet: 18, C5 and FA. RGB value is (24,197,250). Sum of RGB (Red+Green+Blue) = 24+197+250=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #18C5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C5FA is #E73A05. Grayscale: #969696. Windows color (decimal): -15153670 or 16434456. OLE color: 16434456.
HSL color Cylindrical-coordinate representation of color #18C5FA: hue angle of 194.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C5FA is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 197 | 250 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.02 |
| HSL | 194.07º | 0.96% | 0.54% | - |
| HSV(B) | 194.07º | 0.9% | 0.98% | - |
| XYZ | 37.6 | 47.03 | 97.54 | - |
| YUV | 151.32 | 183.69 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 250 | 0.90 | 0.21 | 0 | 0.02 | 194.07 | 0.96 | 0.54 |
| Hex | 18 | C5 | FA | 5A | 15 | 0 | 2 | C2 | 60 | 36 |
| Octal | 30 | 305 | 372 | 132 | 25 | 0 | 2 | 302 | 140 | 66 |
| Binary | 11000 | 11000101 | 11111010 | 1011010 | 10101 | 0 | 10 | 11000010 | 1100000 | 110110 |
Color Harmonies of #18C5FA
Complementary color
Monochromatic Colors of #18C5FA
Black with #18C5FA
Text Example
Text Example
White with #18C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C5FA; }
p { color: rgb(24,197,250); }
H1.HeaderClassName
{
color: #18C5FA;
}
.AnyTagClassName
{
color: #18C5FA;
}
</style>
background-color css
<style>
a { background-color: #18C5FA; }
a { background-color: rgb(24,197,250); }
div.DivClassName
{
background-color: #18C5FA;
}
.BgClassName
{
background-color: #18C5FA;
}
</style>
border-color css
<style>
span { border-color: #18C5FA; }
span { border-color: rgb(24,197,250); }
td.TdClassName
{
border-color: #18C5FA;
}
.TagClassName
{
border-color: #18C5FA;
}
</style>