Shades of Deep Sky Blue #18C7FE
Tints of Deep Sky Blue #18C7FE
RGB
CMYK
RGB Variations
Color information
#18C7FE (or 0x18C7FE) is known color: Deep Sky Blue. HEX triplet: 18, C7 and FE. RGB value is (24,199,254). Sum of RGB (Red+Green+Blue) = 24+199+254=477 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.03% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #18C7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C7FE is #E73801. Grayscale: #989898. Windows color (decimal): -15153154 or 16697112. OLE color: 16697112.
HSL color Cylindrical-coordinate representation of color #18C7FE: hue angle of 194.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18C7FE is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 199 | 254 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.00 |
| HSL | 194.35º | 0.99% | 0.55% | - |
| HSV(B) | 194.35º | 0.91% | 1% | - |
| XYZ | 38.69 | 48.2 | 101.03 | - |
| YUV | 152.95 | 185.02 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 254 | 0.91 | 0.22 | 0 | 0.00 | 194.35 | 0.99 | 0.55 |
| Hex | 18 | C7 | FE | 5B | 16 | 0 | 0 | C2 | 63 | 37 |
| Octal | 30 | 307 | 376 | 133 | 26 | 0 | 0 | 302 | 143 | 67 |
| Binary | 11000 | 11000111 | 11111110 | 1011011 | 10110 | 0 | 0 | 11000010 | 1100011 | 110111 |
Color Harmonies of #18C7FE
Complementary color
Monochromatic Colors of #18C7FE
Black with #18C7FE
Text Example
Text Example
White with #18C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C7FE; }
p { color: rgb(24,199,254); }
H1.HeaderClassName
{
color: #18C7FE;
}
.AnyTagClassName
{
color: #18C7FE;
}
</style>
background-color css
<style>
a { background-color: #18C7FE; }
a { background-color: rgb(24,199,254); }
div.DivClassName
{
background-color: #18C7FE;
}
.BgClassName
{
background-color: #18C7FE;
}
</style>
border-color css
<style>
span { border-color: #18C7FE; }
span { border-color: rgb(24,199,254); }
td.TdClassName
{
border-color: #18C7FE;
}
.TagClassName
{
border-color: #18C7FE;
}
</style>