Shades of Deep Sky Blue #18B4F0
Tints of Deep Sky Blue #18B4F0
RGB
CMYK
RGB Variations
Color information
#18B4F0 (or 0x18B4F0) is known color: Deep Sky Blue. HEX triplet: 18, B4 and F0. RGB value is (24,180,240). Sum of RGB (Red+Green+Blue) = 24+180+240=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #18B4F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B4F0 is #E74B0F. Grayscale: #8B8B8B. Windows color (decimal): -15158032 or 15774744. OLE color: 15774744.
HSL color Cylindrical-coordinate representation of color #18B4F0: hue angle of 196.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B4F0 is Cyan = 0.9, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 180 | 240 | - |
| CMYK | 0.9 | 0.25 | 0 | 0.06 |
| HSL | 196.67º | 0.88% | 0.52% | - |
| HSV(B) | 196.67º | 0.9% | 0.94% | - |
| XYZ | 32.43 | 39.13 | 88.28 | - |
| YUV | 140.2 | 184.32 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 180 | 240 | 0.9 | 0.25 | 0 | 0.06 | 196.67 | 0.88 | 0.52 |
| Hex | 18 | B4 | F0 | 5A | 19 | 0 | 6 | C5 | 58 | 34 |
| Octal | 30 | 264 | 360 | 132 | 31 | 0 | 6 | 305 | 130 | 64 |
| Binary | 11000 | 10110100 | 11110000 | 1011010 | 11001 | 0 | 110 | 11000101 | 1011000 | 110100 |
Color Harmonies of #18B4F0
Complementary color
Monochromatic Colors of #18B4F0
Black with #18B4F0
Text Example
Text Example
White with #18B4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B4F0; }
p { color: rgb(24,180,240); }
H1.HeaderClassName
{
color: #18B4F0;
}
.AnyTagClassName
{
color: #18B4F0;
}
</style>
background-color css
<style>
a { background-color: #18B4F0; }
a { background-color: rgb(24,180,240); }
div.DivClassName
{
background-color: #18B4F0;
}
.BgClassName
{
background-color: #18B4F0;
}
</style>
border-color css
<style>
span { border-color: #18B4F0; }
span { border-color: rgb(24,180,240); }
td.TdClassName
{
border-color: #18B4F0;
}
.TagClassName
{
border-color: #18B4F0;
}
</style>