Shades of Deep Sky Blue #18BDF1
Tints of Deep Sky Blue #18BDF1
RGB
CMYK
RGB Variations
Color information
#18BDF1 (or 0x18BDF1) is known color: Deep Sky Blue. HEX triplet: 18, BD and F1. RGB value is (24,189,241). Sum of RGB (Red+Green+Blue) = 24+189+241=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #18BDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDF1 is #E7420E. Grayscale: #919191. Windows color (decimal): -15155727 or 15842584. OLE color: 15842584.
HSL color Cylindrical-coordinate representation of color #18BDF1: hue angle of 194.38º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BDF1 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 189 | 241 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.05 |
| HSL | 194.38º | 0.89% | 0.52% | - |
| HSV(B) | 194.38º | 0.9% | 0.95% | - |
| XYZ | 34.45 | 42.94 | 89.69 | - |
| YUV | 145.59 | 181.84 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 241 | 0.90 | 0.22 | 0 | 0.05 | 194.38 | 0.89 | 0.52 |
| Hex | 18 | BD | F1 | 5A | 16 | 0 | 5 | C2 | 59 | 34 |
| Octal | 30 | 275 | 361 | 132 | 26 | 0 | 5 | 302 | 131 | 64 |
| Binary | 11000 | 10111101 | 11110001 | 1011010 | 10110 | 0 | 101 | 11000010 | 1011001 | 110100 |
Color Harmonies of #18BDF1
Complementary color
Monochromatic Colors of #18BDF1
Black with #18BDF1
Text Example
Text Example
White with #18BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDF1; }
p { color: rgb(24,189,241); }
H1.HeaderClassName
{
color: #18BDF1;
}
.AnyTagClassName
{
color: #18BDF1;
}
</style>
background-color css
<style>
a { background-color: #18BDF1; }
a { background-color: rgb(24,189,241); }
div.DivClassName
{
background-color: #18BDF1;
}
.BgClassName
{
background-color: #18BDF1;
}
</style>
border-color css
<style>
span { border-color: #18BDF1; }
span { border-color: rgb(24,189,241); }
td.TdClassName
{
border-color: #18BDF1;
}
.TagClassName
{
border-color: #18BDF1;
}
</style>