Shades of Deep Sky Blue #18AFFC
Tints of Deep Sky Blue #18AFFC
RGB
CMYK
RGB Variations
Color information
#18AFFC (or 0x18AFFC) is known color: Deep Sky Blue. HEX triplet: 18, AF and FC. RGB value is (24,175,252). Sum of RGB (Red+Green+Blue) = 24+175+252=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #18AFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AFFC is #E75003. Grayscale: #8A8A8A. Windows color (decimal): -15159300 or 16559896. OLE color: 16559896.
HSL color Cylindrical-coordinate representation of color #18AFFC: hue angle of 200.26º 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 #18AFFC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 175 | 252 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.01 |
| HSL | 200.26º | 0.97% | 0.54% | - |
| HSV(B) | 200.26º | 0.9% | 0.99% | - |
| XYZ | 33.28 | 37.88 | 97.65 | - |
| YUV | 138.63 | 191.97 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 252 | 0.90 | 0.31 | 0 | 0.01 | 200.26 | 0.97 | 0.54 |
| Hex | 18 | AF | FC | 5A | 1F | 0 | 1 | C8 | 61 | 36 |
| Octal | 30 | 257 | 374 | 132 | 37 | 0 | 1 | 310 | 141 | 66 |
| Binary | 11000 | 10101111 | 11111100 | 1011010 | 11111 | 0 | 1 | 11001000 | 1100001 | 110110 |
Color Harmonies of #18AFFC
Complementary color
Monochromatic Colors of #18AFFC
Black with #18AFFC
Text Example
Text Example
White with #18AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFFC; }
p { color: rgb(24,175,252); }
H1.HeaderClassName
{
color: #18AFFC;
}
.AnyTagClassName
{
color: #18AFFC;
}
</style>
background-color css
<style>
a { background-color: #18AFFC; }
a { background-color: rgb(24,175,252); }
div.DivClassName
{
background-color: #18AFFC;
}
.BgClassName
{
background-color: #18AFFC;
}
</style>
border-color css
<style>
span { border-color: #18AFFC; }
span { border-color: rgb(24,175,252); }
td.TdClassName
{
border-color: #18AFFC;
}
.TagClassName
{
border-color: #18AFFC;
}
</style>