Shades of Deep Sky Blue #18C8FF
Tints of Deep Sky Blue #18C8FF
RGB
CMYK
RGB Variations
Color information
#18C8FF (or 0x18C8FF) is known color: Deep Sky Blue. HEX triplet: 18, C8 and FF. RGB value is (24,200,255). Sum of RGB (Red+Green+Blue) = 24+200+255=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #18C8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C8FF is #E73700. Grayscale: #999999. Windows color (decimal): -15152897 or 16762904. OLE color: 16762904.
HSL color Cylindrical-coordinate representation of color #18C8FF: hue angle of 194.29º 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 #18C8FF is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 200 | 255 | - |
| CMYK | 0.91 | 0.22 | 0 | 0 |
| HSL | 194.29º | 1% | 0.55% | - |
| HSV(B) | 194.29º | 0.91% | 1% | - |
| XYZ | 39.08 | 48.72 | 101.95 | - |
| YUV | 153.65 | 185.19 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 255 | 0.91 | 0.22 | 0 | 0 | 194.29 | 1 | 0.55 |
| Hex | 18 | C8 | FF | 5B | 16 | 0 | 0 | C2 | 64 | 37 |
| Octal | 30 | 310 | 377 | 133 | 26 | 0 | 0 | 302 | 144 | 67 |
| Binary | 11000 | 11001000 | 11111111 | 1011011 | 10110 | 0 | 0 | 11000010 | 1100100 | 110111 |
Color Harmonies of #18C8FF
Complementary color
Monochromatic Colors of #18C8FF
Black with #18C8FF
Text Example
Text Example
White with #18C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C8FF; }
p { color: rgb(24,200,255); }
H1.HeaderClassName
{
color: #18C8FF;
}
.AnyTagClassName
{
color: #18C8FF;
}
</style>
background-color css
<style>
a { background-color: #18C8FF; }
a { background-color: rgb(24,200,255); }
div.DivClassName
{
background-color: #18C8FF;
}
.BgClassName
{
background-color: #18C8FF;
}
</style>
border-color css
<style>
span { border-color: #18C8FF; }
span { border-color: rgb(24,200,255); }
td.TdClassName
{
border-color: #18C8FF;
}
.TagClassName
{
border-color: #18C8FF;
}
</style>