Shades of Deep Sky Blue #18BBFD
Tints of Deep Sky Blue #18BBFD
RGB
CMYK
RGB Variations
Color information
#18BBFD (or 0x18BBFD) is known color: Deep Sky Blue. HEX triplet: 18, BB and FD. RGB value is (24,187,253). Sum of RGB (Red+Green+Blue) = 24+187+253=464 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.17% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #18BBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBFD is #E74402. Grayscale: #919191. Windows color (decimal): -15156227 or 16628504. OLE color: 16628504.
HSL color Cylindrical-coordinate representation of color #18BBFD: hue angle of 197.29º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BBFD is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 187 | 253 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.01 |
| HSL | 197.29º | 0.98% | 0.54% | - |
| HSV(B) | 197.29º | 0.91% | 0.99% | - |
| XYZ | 35.88 | 42.83 | 99.3 | - |
| YUV | 145.79 | 188.5 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 253 | 0.91 | 0.26 | 0 | 0.01 | 197.29 | 0.98 | 0.54 |
| Hex | 18 | BB | FD | 5B | 1A | 0 | 1 | C5 | 62 | 36 |
| Octal | 30 | 273 | 375 | 133 | 32 | 0 | 1 | 305 | 142 | 66 |
| Binary | 11000 | 10111011 | 11111101 | 1011011 | 11010 | 0 | 1 | 11000101 | 1100010 | 110110 |
Color Harmonies of #18BBFD
Complementary color
Monochromatic Colors of #18BBFD
Black with #18BBFD
Text Example
Text Example
White with #18BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBFD; }
p { color: rgb(24,187,253); }
H1.HeaderClassName
{
color: #18BBFD;
}
.AnyTagClassName
{
color: #18BBFD;
}
</style>
background-color css
<style>
a { background-color: #18BBFD; }
a { background-color: rgb(24,187,253); }
div.DivClassName
{
background-color: #18BBFD;
}
.BgClassName
{
background-color: #18BBFD;
}
</style>
border-color css
<style>
span { border-color: #18BBFD; }
span { border-color: rgb(24,187,253); }
td.TdClassName
{
border-color: #18BBFD;
}
.TagClassName
{
border-color: #18BBFD;
}
</style>