Shades of Deep Sky Blue #18CFFF
Tints of Deep Sky Blue #18CFFF
RGB
CMYK
RGB Variations
Color information
#18CFFF (or 0x18CFFF) is known color: Deep Sky Blue. HEX triplet: 18, CF and FF. RGB value is (24,207,255). Sum of RGB (Red+Green+Blue) = 24+207+255=486 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.94% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #18CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFFF is #E73000. Grayscale: #9D9D9D. Windows color (decimal): -15151105 or 16764696. OLE color: 16764696.
HSL color Cylindrical-coordinate representation of color #18CFFF: hue angle of 192.47º 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 #18CFFF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 207 | 255 | - |
| CMYK | 0.91 | 0.19 | 0 | 0 |
| HSL | 192.47º | 1% | 0.55% | - |
| HSV(B) | 192.47º | 0.91% | 1% | - |
| XYZ | 40.74 | 52.04 | 102.51 | - |
| YUV | 157.76 | 182.87 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 255 | 0.91 | 0.19 | 0 | 0 | 192.47 | 1 | 0.55 |
| Hex | 18 | CF | FF | 5B | 13 | 0 | 0 | C0 | 64 | 37 |
| Octal | 30 | 317 | 377 | 133 | 23 | 0 | 0 | 300 | 144 | 67 |
| Binary | 11000 | 11001111 | 11111111 | 1011011 | 10011 | 0 | 0 | 11000000 | 1100100 | 110111 |
Color Harmonies of #18CFFF
Complementary color
Monochromatic Colors of #18CFFF
Black with #18CFFF
Text Example
Text Example
White with #18CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFFF; }
p { color: rgb(24,207,255); }
H1.HeaderClassName
{
color: #18CFFF;
}
.AnyTagClassName
{
color: #18CFFF;
}
</style>
background-color css
<style>
a { background-color: #18CFFF; }
a { background-color: rgb(24,207,255); }
div.DivClassName
{
background-color: #18CFFF;
}
.BgClassName
{
background-color: #18CFFF;
}
</style>
border-color css
<style>
span { border-color: #18CFFF; }
span { border-color: rgb(24,207,255); }
td.TdClassName
{
border-color: #18CFFF;
}
.TagClassName
{
border-color: #18CFFF;
}
</style>