Shades of Deep Sky Blue #18B7FC
Tints of Deep Sky Blue #18B7FC
RGB
CMYK
RGB Variations
Color information
#18B7FC (or 0x18B7FC) is known color: Deep Sky Blue. HEX triplet: 18, B7 and FC. RGB value is (24,183,252). Sum of RGB (Red+Green+Blue) = 24+183+252=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #18B7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B7FC is #E74803. Grayscale: #8E8E8E. Windows color (decimal): -15157252 or 16561944. OLE color: 16561944.
HSL color Cylindrical-coordinate representation of color #18B7FC: hue angle of 198.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B7FC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 183 | 252 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.01 |
| HSL | 198.16º | 0.97% | 0.54% | - |
| HSV(B) | 198.16º | 0.9% | 0.99% | - |
| XYZ | 34.88 | 41.09 | 98.19 | - |
| YUV | 143.33 | 189.32 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 183 | 252 | 0.90 | 0.27 | 0 | 0.01 | 198.16 | 0.97 | 0.54 |
| Hex | 18 | B7 | FC | 5A | 1B | 0 | 1 | C6 | 61 | 36 |
| Octal | 30 | 267 | 374 | 132 | 33 | 0 | 1 | 306 | 141 | 66 |
| Binary | 11000 | 10110111 | 11111100 | 1011010 | 11011 | 0 | 1 | 11000110 | 1100001 | 110110 |
Color Harmonies of #18B7FC
Complementary color
Monochromatic Colors of #18B7FC
Black with #18B7FC
Text Example
Text Example
White with #18B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B7FC; }
p { color: rgb(24,183,252); }
H1.HeaderClassName
{
color: #18B7FC;
}
.AnyTagClassName
{
color: #18B7FC;
}
</style>
background-color css
<style>
a { background-color: #18B7FC; }
a { background-color: rgb(24,183,252); }
div.DivClassName
{
background-color: #18B7FC;
}
.BgClassName
{
background-color: #18B7FC;
}
</style>
border-color css
<style>
span { border-color: #18B7FC; }
span { border-color: rgb(24,183,252); }
td.TdClassName
{
border-color: #18B7FC;
}
.TagClassName
{
border-color: #18B7FC;
}
</style>