Shades of Deep Sky Blue #24CBFC
Tints of Deep Sky Blue #24CBFC
RGB
CMYK
RGB Variations
Color information
#24CBFC (or 0x24CBFC) is known color: Deep Sky Blue. HEX triplet: 24, CB and FC. RGB value is (36,203,252). Sum of RGB (Red+Green+Blue) = 36+203+252=491 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.33% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #24CBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CBFC is #DB3403. Grayscale: #9E9E9E. Windows color (decimal): -14365700 or 16567076. OLE color: 16567076.
HSL color Cylindrical-coordinate representation of color #24CBFC: hue angle of 193.61º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24CBFC is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 203 | 252 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.01 |
| HSL | 193.61º | 0.97% | 0.56% | - |
| HSV(B) | 193.61º | 0.86% | 0.99% | - |
| XYZ | 39.65 | 50.12 | 99.68 | - |
| YUV | 158.65 | 180.67 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 203 | 252 | 0.86 | 0.19 | 0 | 0.01 | 193.61 | 0.97 | 0.56 |
| Hex | 24 | CB | FC | 56 | 13 | 0 | 1 | C2 | 61 | 38 |
| Octal | 44 | 313 | 374 | 126 | 23 | 0 | 1 | 302 | 141 | 70 |
| Binary | 100100 | 11001011 | 11111100 | 1010110 | 10011 | 0 | 1 | 11000010 | 1100001 | 111000 |
Color Harmonies of #24CBFC
Complementary color
Monochromatic Colors of #24CBFC
Black with #24CBFC
Text Example
Text Example
White with #24CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CBFC; }
p { color: rgb(36,203,252); }
H1.HeaderClassName
{
color: #24CBFC;
}
.AnyTagClassName
{
color: #24CBFC;
}
</style>
background-color css
<style>
a { background-color: #24CBFC; }
a { background-color: rgb(36,203,252); }
div.DivClassName
{
background-color: #24CBFC;
}
.BgClassName
{
background-color: #24CBFC;
}
</style>
border-color css
<style>
span { border-color: #24CBFC; }
span { border-color: rgb(36,203,252); }
td.TdClassName
{
border-color: #24CBFC;
}
.TagClassName
{
border-color: #24CBFC;
}
</style>