Shades of Deep Sky Blue #18D4FF
Tints of Deep Sky Blue #18D4FF
RGB
CMYK
RGB Variations
Color information
#18D4FF (or 0x18D4FF) is known color: Deep Sky Blue. HEX triplet: 18, D4 and FF. RGB value is (24,212,255). Sum of RGB (Red+Green+Blue) = 24+212+255=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #18D4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D4FF is #E72B00. Grayscale: #A0A0A0. Windows color (decimal): -15149825 or 16765976. OLE color: 16765976.
HSL color Cylindrical-coordinate representation of color #18D4FF: hue angle of 191.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18D4FF is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 212 | 255 | - |
| CMYK | 0.91 | 0.17 | 0 | 0 |
| HSL | 191.17º | 1% | 0.55% | - |
| HSV(B) | 191.17º | 0.91% | 1% | - |
| XYZ | 41.97 | 54.5 | 102.92 | - |
| YUV | 160.69 | 181.22 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 255 | 0.91 | 0.17 | 0 | 0 | 191.17 | 1 | 0.55 |
| Hex | 18 | D4 | FF | 5B | 11 | 0 | 0 | BF | 64 | 37 |
| Octal | 30 | 324 | 377 | 133 | 21 | 0 | 0 | 277 | 144 | 67 |
| Binary | 11000 | 11010100 | 11111111 | 1011011 | 10001 | 0 | 0 | 10111111 | 1100100 | 110111 |
Color Harmonies of #18D4FF
Complementary color
Monochromatic Colors of #18D4FF
Black with #18D4FF
Text Example
Text Example
White with #18D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D4FF; }
p { color: rgb(24,212,255); }
H1.HeaderClassName
{
color: #18D4FF;
}
.AnyTagClassName
{
color: #18D4FF;
}
</style>
background-color css
<style>
a { background-color: #18D4FF; }
a { background-color: rgb(24,212,255); }
div.DivClassName
{
background-color: #18D4FF;
}
.BgClassName
{
background-color: #18D4FF;
}
</style>
border-color css
<style>
span { border-color: #18D4FF; }
span { border-color: rgb(24,212,255); }
td.TdClassName
{
border-color: #18D4FF;
}
.TagClassName
{
border-color: #18D4FF;
}
</style>