Shades of Deep Sky Blue #18CCFB
Tints of Deep Sky Blue #18CCFB
RGB
CMYK
RGB Variations
Color information
#18CCFB (or 0x18CCFB) is known color: Deep Sky Blue. HEX triplet: 18, CC and FB. RGB value is (24,204,251). Sum of RGB (Red+Green+Blue) = 24+204+251=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #18CCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCFB is #E73304. Grayscale: #9B9B9B. Windows color (decimal): -15151877 or 16501784. OLE color: 16501784.
HSL color Cylindrical-coordinate representation of color #18CCFB: hue angle of 192.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CCFB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 204 | 251 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.02 |
| HSL | 192.42º | 0.97% | 0.54% | - |
| HSV(B) | 192.42º | 0.9% | 0.98% | - |
| XYZ | 39.38 | 50.34 | 98.91 | - |
| YUV | 155.54 | 181.87 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 251 | 0.90 | 0.19 | 0 | 0.02 | 192.42 | 0.97 | 0.54 |
| Hex | 18 | CC | FB | 5A | 13 | 0 | 2 | C0 | 61 | 36 |
| Octal | 30 | 314 | 373 | 132 | 23 | 0 | 2 | 300 | 141 | 66 |
| Binary | 11000 | 11001100 | 11111011 | 1011010 | 10011 | 0 | 10 | 11000000 | 1100001 | 110110 |
Color Harmonies of #18CCFB
Complementary color
Monochromatic Colors of #18CCFB
Black with #18CCFB
Text Example
Text Example
White with #18CCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCFB; }
p { color: rgb(24,204,251); }
H1.HeaderClassName
{
color: #18CCFB;
}
.AnyTagClassName
{
color: #18CCFB;
}
</style>
background-color css
<style>
a { background-color: #18CCFB; }
a { background-color: rgb(24,204,251); }
div.DivClassName
{
background-color: #18CCFB;
}
.BgClassName
{
background-color: #18CCFB;
}
</style>
border-color css
<style>
span { border-color: #18CCFB; }
span { border-color: rgb(24,204,251); }
td.TdClassName
{
border-color: #18CCFB;
}
.TagClassName
{
border-color: #18CCFB;
}
</style>