Shades of Deep Sky Blue #18D1F1
Tints of Deep Sky Blue #18D1F1
RGB
CMYK
RGB Variations
Color information
#18D1F1 (or 0x18D1F1) is known color: Deep Sky Blue. HEX triplet: 18, D1 and F1. RGB value is (24,209,241). Sum of RGB (Red+Green+Blue) = 24+209+241=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #18D1F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D1F1 is #E72E0E. Grayscale: #9D9D9D. Windows color (decimal): -15150607 or 15847704. OLE color: 15847704.
HSL color Cylindrical-coordinate representation of color #18D1F1: hue angle of 188.85º 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 #18D1F1 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 209 | 241 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.05 |
| HSL | 188.85º | 0.89% | 0.52% | - |
| HSV(B) | 188.85º | 0.9% | 0.95% | - |
| XYZ | 39.05 | 52.15 | 91.23 | - |
| YUV | 157.33 | 175.21 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 209 | 241 | 0.90 | 0.13 | 0 | 0.05 | 188.85 | 0.89 | 0.52 |
| Hex | 18 | D1 | F1 | 5A | D | 0 | 5 | BD | 59 | 34 |
| Octal | 30 | 321 | 361 | 132 | 15 | 0 | 5 | 275 | 131 | 64 |
| Binary | 11000 | 11010001 | 11110001 | 1011010 | 1101 | 0 | 101 | 10111101 | 1011001 | 110100 |
Color Harmonies of #18D1F1
Complementary color
Monochromatic Colors of #18D1F1
Black with #18D1F1
Text Example
Text Example
White with #18D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D1F1; }
p { color: rgb(24,209,241); }
H1.HeaderClassName
{
color: #18D1F1;
}
.AnyTagClassName
{
color: #18D1F1;
}
</style>
background-color css
<style>
a { background-color: #18D1F1; }
a { background-color: rgb(24,209,241); }
div.DivClassName
{
background-color: #18D1F1;
}
.BgClassName
{
background-color: #18D1F1;
}
</style>
border-color css
<style>
span { border-color: #18D1F1; }
span { border-color: rgb(24,209,241); }
td.TdClassName
{
border-color: #18D1F1;
}
.TagClassName
{
border-color: #18D1F1;
}
</style>