Shades of Deep Sky Blue #18B5FA
Tints of Deep Sky Blue #18B5FA
RGB
CMYK
RGB Variations
Color information
#18B5FA (or 0x18B5FA) is known color: Deep Sky Blue. HEX triplet: 18, B5 and FA. RGB value is (24,181,250). Sum of RGB (Red+Green+Blue) = 24+181+250=455 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.27% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #18B5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B5FA is #E74A05. Grayscale: #8D8D8D. Windows color (decimal): -15157766 or 16430360. OLE color: 16430360.
HSL color Cylindrical-coordinate representation of color #18B5FA: hue angle of 198.32º 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 #18B5FA is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 181 | 250 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.02 |
| HSL | 198.32º | 0.96% | 0.54% | - |
| HSV(B) | 198.32º | 0.9% | 0.98% | - |
| XYZ | 34.16 | 40.14 | 96.39 | - |
| YUV | 141.92 | 188.99 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 250 | 0.90 | 0.28 | 0 | 0.02 | 198.32 | 0.96 | 0.54 |
| Hex | 18 | B5 | FA | 5A | 1C | 0 | 2 | C6 | 60 | 36 |
| Octal | 30 | 265 | 372 | 132 | 34 | 0 | 2 | 306 | 140 | 66 |
| Binary | 11000 | 10110101 | 11111010 | 1011010 | 11100 | 0 | 10 | 11000110 | 1100000 | 110110 |
Color Harmonies of #18B5FA
Complementary color
Monochromatic Colors of #18B5FA
Black with #18B5FA
Text Example
Text Example
White with #18B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B5FA; }
p { color: rgb(24,181,250); }
H1.HeaderClassName
{
color: #18B5FA;
}
.AnyTagClassName
{
color: #18B5FA;
}
</style>
background-color css
<style>
a { background-color: #18B5FA; }
a { background-color: rgb(24,181,250); }
div.DivClassName
{
background-color: #18B5FA;
}
.BgClassName
{
background-color: #18B5FA;
}
</style>
border-color css
<style>
span { border-color: #18B5FA; }
span { border-color: rgb(24,181,250); }
td.TdClassName
{
border-color: #18B5FA;
}
.TagClassName
{
border-color: #18B5FA;
}
</style>