Shades of Deep Sky Blue #18CCF8
Tints of Deep Sky Blue #18CCF8
RGB
CMYK
RGB Variations
Color information
#18CCF8 (or 0x18CCF8) is known color: Deep Sky Blue. HEX triplet: 18, CC and F8. RGB value is (24,204,248). Sum of RGB (Red+Green+Blue) = 24+204+248=476 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.04% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #18CCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCF8 is #E73307. Grayscale: #9A9A9A. Windows color (decimal): -15151880 or 16305176. OLE color: 16305176.
HSL color Cylindrical-coordinate representation of color #18CCF8: hue angle of 191.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CCF8 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 204 | 248 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.03 |
| HSL | 191.79º | 0.94% | 0.53% | - |
| HSV(B) | 191.79º | 0.9% | 0.97% | - |
| XYZ | 38.91 | 50.16 | 96.44 | - |
| YUV | 155.2 | 180.37 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 248 | 0.90 | 0.18 | 0 | 0.03 | 191.79 | 0.94 | 0.53 |
| Hex | 18 | CC | F8 | 5A | 12 | 0 | 3 | C0 | 5E | 35 |
| Octal | 30 | 314 | 370 | 132 | 22 | 0 | 3 | 300 | 136 | 65 |
| Binary | 11000 | 11001100 | 11111000 | 1011010 | 10010 | 0 | 11 | 11000000 | 1011110 | 110101 |
Color Harmonies of #18CCF8
Complementary color
Monochromatic Colors of #18CCF8
Black with #18CCF8
Text Example
Text Example
White with #18CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCF8; }
p { color: rgb(24,204,248); }
H1.HeaderClassName
{
color: #18CCF8;
}
.AnyTagClassName
{
color: #18CCF8;
}
</style>
background-color css
<style>
a { background-color: #18CCF8; }
a { background-color: rgb(24,204,248); }
div.DivClassName
{
background-color: #18CCF8;
}
.BgClassName
{
background-color: #18CCF8;
}
</style>
border-color css
<style>
span { border-color: #18CCF8; }
span { border-color: rgb(24,204,248); }
td.TdClassName
{
border-color: #18CCF8;
}
.TagClassName
{
border-color: #18CCF8;
}
</style>