Shades of Deep Sky Blue #18B8FC
Tints of Deep Sky Blue #18B8FC
RGB
CMYK
RGB Variations
Color information
#18B8FC (or 0x18B8FC) is known color: Deep Sky Blue. HEX triplet: 18, B8 and FC. RGB value is (24,184,252). Sum of RGB (Red+Green+Blue) = 24+184+252=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #18B8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B8FC is #E74703. Grayscale: #8F8F8F. Windows color (decimal): -15156996 or 16562200. OLE color: 16562200.
HSL color Cylindrical-coordinate representation of color #18B8FC: hue angle of 197.89º 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 #18B8FC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 184 | 252 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.01 |
| HSL | 197.89º | 0.97% | 0.54% | - |
| HSV(B) | 197.89º | 0.9% | 0.99% | - |
| XYZ | 35.09 | 41.5 | 98.26 | - |
| YUV | 143.91 | 188.99 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 252 | 0.90 | 0.27 | 0 | 0.01 | 197.89 | 0.97 | 0.54 |
| Hex | 18 | B8 | FC | 5A | 1B | 0 | 1 | C6 | 61 | 36 |
| Octal | 30 | 270 | 374 | 132 | 33 | 0 | 1 | 306 | 141 | 66 |
| Binary | 11000 | 10111000 | 11111100 | 1011010 | 11011 | 0 | 1 | 11000110 | 1100001 | 110110 |
Color Harmonies of #18B8FC
Complementary color
Monochromatic Colors of #18B8FC
Black with #18B8FC
Text Example
Text Example
White with #18B8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B8FC; }
p { color: rgb(24,184,252); }
H1.HeaderClassName
{
color: #18B8FC;
}
.AnyTagClassName
{
color: #18B8FC;
}
</style>
background-color css
<style>
a { background-color: #18B8FC; }
a { background-color: rgb(24,184,252); }
div.DivClassName
{
background-color: #18B8FC;
}
.BgClassName
{
background-color: #18B8FC;
}
</style>
border-color css
<style>
span { border-color: #18B8FC; }
span { border-color: rgb(24,184,252); }
td.TdClassName
{
border-color: #18B8FC;
}
.TagClassName
{
border-color: #18B8FC;
}
</style>