Shades of Deep Sky Blue #18BDF4
Tints of Deep Sky Blue #18BDF4
RGB
CMYK
RGB Variations
Color information
#18BDF4 (or 0x18BDF4) is known color: Deep Sky Blue. HEX triplet: 18, BD and F4. RGB value is (24,189,244). Sum of RGB (Red+Green+Blue) = 24+189+244=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #18BDF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDF4 is #E7420B. Grayscale: #919191. Windows color (decimal): -15155724 or 16039192. OLE color: 16039192.
HSL color Cylindrical-coordinate representation of color #18BDF4: hue angle of 195º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BDF4 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 189 | 244 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.04 |
| HSL | 195º | 0.91% | 0.53% | - |
| HSV(B) | 195º | 0.9% | 0.96% | - |
| XYZ | 34.9 | 43.12 | 92.07 | - |
| YUV | 145.94 | 183.34 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 244 | 0.90 | 0.23 | 0 | 0.04 | 195 | 0.91 | 0.53 |
| Hex | 18 | BD | F4 | 5A | 17 | 0 | 4 | C3 | 5B | 35 |
| Octal | 30 | 275 | 364 | 132 | 27 | 0 | 4 | 303 | 133 | 65 |
| Binary | 11000 | 10111101 | 11110100 | 1011010 | 10111 | 0 | 100 | 11000011 | 1011011 | 110101 |
Color Harmonies of #18BDF4
Complementary color
Monochromatic Colors of #18BDF4
Black with #18BDF4
Text Example
Text Example
White with #18BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDF4; }
p { color: rgb(24,189,244); }
H1.HeaderClassName
{
color: #18BDF4;
}
.AnyTagClassName
{
color: #18BDF4;
}
</style>
background-color css
<style>
a { background-color: #18BDF4; }
a { background-color: rgb(24,189,244); }
div.DivClassName
{
background-color: #18BDF4;
}
.BgClassName
{
background-color: #18BDF4;
}
</style>
border-color css
<style>
span { border-color: #18BDF4; }
span { border-color: rgb(24,189,244); }
td.TdClassName
{
border-color: #18BDF4;
}
.TagClassName
{
border-color: #18BDF4;
}
</style>