Shades of Deep Sky Blue #18CBFC
Tints of Deep Sky Blue #18CBFC
RGB
CMYK
RGB Variations
Color information
#18CBFC (or 0x18CBFC) is known color: Deep Sky Blue. HEX triplet: 18, CB and FC. RGB value is (24,203,252). Sum of RGB (Red+Green+Blue) = 24+203+252=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #18CBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBFC is #E73403. Grayscale: #9A9A9A. Windows color (decimal): -15152132 or 16567064. OLE color: 16567064.
HSL color Cylindrical-coordinate representation of color #18CBFC: hue angle of 192.89º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CBFC is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 203 | 252 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.01 |
| HSL | 192.89º | 0.97% | 0.54% | - |
| HSV(B) | 192.89º | 0.9% | 0.99% | - |
| XYZ | 39.3 | 49.93 | 99.66 | - |
| YUV | 155.07 | 182.7 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 252 | 0.90 | 0.19 | 0 | 0.01 | 192.89 | 0.97 | 0.54 |
| Hex | 18 | CB | FC | 5A | 13 | 0 | 1 | C1 | 61 | 36 |
| Octal | 30 | 313 | 374 | 132 | 23 | 0 | 1 | 301 | 141 | 66 |
| Binary | 11000 | 11001011 | 11111100 | 1011010 | 10011 | 0 | 1 | 11000001 | 1100001 | 110110 |
Color Harmonies of #18CBFC
Complementary color
Monochromatic Colors of #18CBFC
Black with #18CBFC
Text Example
Text Example
White with #18CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBFC; }
p { color: rgb(24,203,252); }
H1.HeaderClassName
{
color: #18CBFC;
}
.AnyTagClassName
{
color: #18CBFC;
}
</style>
background-color css
<style>
a { background-color: #18CBFC; }
a { background-color: rgb(24,203,252); }
div.DivClassName
{
background-color: #18CBFC;
}
.BgClassName
{
background-color: #18CBFC;
}
</style>
border-color css
<style>
span { border-color: #18CBFC; }
span { border-color: rgb(24,203,252); }
td.TdClassName
{
border-color: #18CBFC;
}
.TagClassName
{
border-color: #18CBFC;
}
</style>