Shades of Deep Sky Blue #18BCFB
Tints of Deep Sky Blue #18BCFB
RGB
CMYK
RGB Variations
Color information
#18BCFB (or 0x18BCFB) is known color: Deep Sky Blue. HEX triplet: 18, BC and FB. RGB value is (24,188,251). Sum of RGB (Red+Green+Blue) = 24+188+251=463 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.18% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #18BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCFB is #E74304. Grayscale: #919191. Windows color (decimal): -15155973 or 16497688. OLE color: 16497688.
HSL color Cylindrical-coordinate representation of color #18BCFB: hue angle of 196.65º degrees, saturation: 0.97, 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 #18BCFB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 188 | 251 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.02 |
| HSL | 196.65º | 0.97% | 0.54% | - |
| HSV(B) | 196.65º | 0.9% | 0.98% | - |
| XYZ | 35.77 | 43.13 | 97.71 | - |
| YUV | 146.15 | 187.17 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 251 | 0.90 | 0.25 | 0 | 0.02 | 196.65 | 0.97 | 0.54 |
| Hex | 18 | BC | FB | 5A | 19 | 0 | 2 | C5 | 61 | 36 |
| Octal | 30 | 274 | 373 | 132 | 31 | 0 | 2 | 305 | 141 | 66 |
| Binary | 11000 | 10111100 | 11111011 | 1011010 | 11001 | 0 | 10 | 11000101 | 1100001 | 110110 |
Color Harmonies of #18BCFB
Complementary color
Monochromatic Colors of #18BCFB
Black with #18BCFB
Text Example
Text Example
White with #18BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCFB; }
p { color: rgb(24,188,251); }
H1.HeaderClassName
{
color: #18BCFB;
}
.AnyTagClassName
{
color: #18BCFB;
}
</style>
background-color css
<style>
a { background-color: #18BCFB; }
a { background-color: rgb(24,188,251); }
div.DivClassName
{
background-color: #18BCFB;
}
.BgClassName
{
background-color: #18BCFB;
}
</style>
border-color css
<style>
span { border-color: #18BCFB; }
span { border-color: rgb(24,188,251); }
td.TdClassName
{
border-color: #18BCFB;
}
.TagClassName
{
border-color: #18BCFB;
}
</style>