Shades of Deep Sky Blue #18BCFD
Tints of Deep Sky Blue #18BCFD
RGB
CMYK
RGB Variations
Color information
#18BCFD (or 0x18BCFD) is known color: Deep Sky Blue. HEX triplet: 18, BC and FD. RGB value is (24,188,253). Sum of RGB (Red+Green+Blue) = 24+188+253=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #18BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCFD is #E74302. Grayscale: #919191. Windows color (decimal): -15155971 or 16628760. OLE color: 16628760.
HSL color Cylindrical-coordinate representation of color #18BCFD: hue angle of 197.03º 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 #18BCFD is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 188 | 253 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.01 |
| HSL | 197.03º | 0.98% | 0.54% | - |
| HSV(B) | 197.03º | 0.91% | 0.99% | - |
| XYZ | 36.09 | 43.25 | 99.37 | - |
| YUV | 146.37 | 188.17 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 253 | 0.91 | 0.26 | 0 | 0.01 | 197.03 | 0.98 | 0.54 |
| Hex | 18 | BC | FD | 5B | 1A | 0 | 1 | C5 | 62 | 36 |
| Octal | 30 | 274 | 375 | 133 | 32 | 0 | 1 | 305 | 142 | 66 |
| Binary | 11000 | 10111100 | 11111101 | 1011011 | 11010 | 0 | 1 | 11000101 | 1100010 | 110110 |
Color Harmonies of #18BCFD
Complementary color
Monochromatic Colors of #18BCFD
Black with #18BCFD
Text Example
Text Example
White with #18BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCFD; }
p { color: rgb(24,188,253); }
H1.HeaderClassName
{
color: #18BCFD;
}
.AnyTagClassName
{
color: #18BCFD;
}
</style>
background-color css
<style>
a { background-color: #18BCFD; }
a { background-color: rgb(24,188,253); }
div.DivClassName
{
background-color: #18BCFD;
}
.BgClassName
{
background-color: #18BCFD;
}
</style>
border-color css
<style>
span { border-color: #18BCFD; }
span { border-color: rgb(24,188,253); }
td.TdClassName
{
border-color: #18BCFD;
}
.TagClassName
{
border-color: #18BCFD;
}
</style>