Shades of Deep Sky Blue #24CFFD
Tints of Deep Sky Blue #24CFFD
RGB
CMYK
RGB Variations
Color information
#24CFFD (or 0x24CFFD) is known color: Deep Sky Blue. HEX triplet: 24, CF and FD. RGB value is (36,207,253). Sum of RGB (Red+Green+Blue) = 36+207+253=496 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.26% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #24CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CFFD is #DB3002. Grayscale: #A0A0A0. Windows color (decimal): -14364675 or 16633636. OLE color: 16633636.
HSL color Cylindrical-coordinate representation of color #24CFFD: hue angle of 192.72º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24CFFD is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 207 | 253 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.01 |
| HSL | 192.72º | 0.98% | 0.57% | - |
| HSV(B) | 192.72º | 0.86% | 0.99% | - |
| XYZ | 40.77 | 52.09 | 100.83 | - |
| YUV | 161.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 253 | 0.86 | 0.18 | 0 | 0.01 | 192.72 | 0.98 | 0.57 |
| Hex | 24 | CF | FD | 56 | 12 | 0 | 1 | C1 | 62 | 39 |
| Octal | 44 | 317 | 375 | 126 | 22 | 0 | 1 | 301 | 142 | 71 |
| Binary | 100100 | 11001111 | 11111101 | 1010110 | 10010 | 0 | 1 | 11000001 | 1100010 | 111001 |
Color Harmonies of #24CFFD
Complementary color
Monochromatic Colors of #24CFFD
Black with #24CFFD
Text Example
Text Example
White with #24CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFFD; }
p { color: rgb(36,207,253); }
H1.HeaderClassName
{
color: #24CFFD;
}
.AnyTagClassName
{
color: #24CFFD;
}
</style>
background-color css
<style>
a { background-color: #24CFFD; }
a { background-color: rgb(36,207,253); }
div.DivClassName
{
background-color: #24CFFD;
}
.BgClassName
{
background-color: #24CFFD;
}
</style>
border-color css
<style>
span { border-color: #24CFFD; }
span { border-color: rgb(36,207,253); }
td.TdClassName
{
border-color: #24CFFD;
}
.TagClassName
{
border-color: #24CFFD;
}
</style>