Shades of Deep Sky Blue #18C8FE
Tints of Deep Sky Blue #18C8FE
RGB
CMYK
RGB Variations
Color information
#18C8FE (or 0x18C8FE) is known color: Deep Sky Blue. HEX triplet: 18, C8 and FE. RGB value is (24,200,254). Sum of RGB (Red+Green+Blue) = 24+200+254=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #18C8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C8FE is #E73701. Grayscale: #999999. Windows color (decimal): -15152898 or 16697368. OLE color: 16697368.
HSL color Cylindrical-coordinate representation of color #18C8FE: hue angle of 194.09º 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 #18C8FE is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 200 | 254 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.00 |
| HSL | 194.09º | 0.99% | 0.55% | - |
| HSV(B) | 194.09º | 0.91% | 1% | - |
| XYZ | 38.92 | 48.66 | 101.11 | - |
| YUV | 153.53 | 184.69 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 254 | 0.91 | 0.21 | 0 | 0.00 | 194.09 | 0.99 | 0.55 |
| Hex | 18 | C8 | FE | 5B | 15 | 0 | 0 | C2 | 63 | 37 |
| Octal | 30 | 310 | 376 | 133 | 25 | 0 | 0 | 302 | 143 | 67 |
| Binary | 11000 | 11001000 | 11111110 | 1011011 | 10101 | 0 | 0 | 11000010 | 1100011 | 110111 |
Color Harmonies of #18C8FE
Complementary color
Monochromatic Colors of #18C8FE
Black with #18C8FE
Text Example
Text Example
White with #18C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C8FE; }
p { color: rgb(24,200,254); }
H1.HeaderClassName
{
color: #18C8FE;
}
.AnyTagClassName
{
color: #18C8FE;
}
</style>
background-color css
<style>
a { background-color: #18C8FE; }
a { background-color: rgb(24,200,254); }
div.DivClassName
{
background-color: #18C8FE;
}
.BgClassName
{
background-color: #18C8FE;
}
</style>
border-color css
<style>
span { border-color: #18C8FE; }
span { border-color: rgb(24,200,254); }
td.TdClassName
{
border-color: #18C8FE;
}
.TagClassName
{
border-color: #18C8FE;
}
</style>