Shades of Deep Sky Blue #18CCFF
Tints of Deep Sky Blue #18CCFF
RGB
CMYK
RGB Variations
Color information
#18CCFF (or 0x18CCFF) is known color: Deep Sky Blue. HEX triplet: 18, CC and FF. RGB value is (24,204,255). Sum of RGB (Red+Green+Blue) = 24+204+255=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #18CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCFF is #E73300. Grayscale: #9B9B9B. Windows color (decimal): -15151873 or 16763928. OLE color: 16763928.
HSL color Cylindrical-coordinate representation of color #18CCFF: hue angle of 193.25º 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 #18CCFF is Cyan = 0.91, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 204 | 255 | - |
| CMYK | 0.91 | 0.2 | 0 | 0 |
| HSL | 193.25º | 1% | 0.55% | - |
| HSV(B) | 193.25º | 0.91% | 1% | - |
| XYZ | 40.02 | 50.6 | 102.27 | - |
| YUV | 155.99 | 183.87 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 255 | 0.91 | 0.2 | 0 | 0 | 193.25 | 1 | 0.55 |
| Hex | 18 | CC | FF | 5B | 14 | 0 | 0 | C1 | 64 | 37 |
| Octal | 30 | 314 | 377 | 133 | 24 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11000 | 11001100 | 11111111 | 1011011 | 10100 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #18CCFF
Complementary color
Monochromatic Colors of #18CCFF
Black with #18CCFF
Text Example
Text Example
White with #18CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCFF; }
p { color: rgb(24,204,255); }
H1.HeaderClassName
{
color: #18CCFF;
}
.AnyTagClassName
{
color: #18CCFF;
}
</style>
background-color css
<style>
a { background-color: #18CCFF; }
a { background-color: rgb(24,204,255); }
div.DivClassName
{
background-color: #18CCFF;
}
.BgClassName
{
background-color: #18CCFF;
}
</style>
border-color css
<style>
span { border-color: #18CCFF; }
span { border-color: rgb(24,204,255); }
td.TdClassName
{
border-color: #18CCFF;
}
.TagClassName
{
border-color: #18CCFF;
}
</style>