Shades of Deep Sky Blue #24CBFF
Tints of Deep Sky Blue #24CBFF
RGB
CMYK
RGB Variations
Color information
#24CBFF (or 0x24CBFF) is known color: Deep Sky Blue. HEX triplet: 24, CB and FF. RGB value is (36,203,255). Sum of RGB (Red+Green+Blue) = 36+203+255=494 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.29% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #24CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CBFF is #DB3400. Grayscale: #9E9E9E. Windows color (decimal): -14365697 or 16763684. OLE color: 16763684.
HSL color Cylindrical-coordinate representation of color #24CBFF: hue angle of 194.25º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24CBFF is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 203 | 255 | - |
| CMYK | 0.86 | 0.20 | 0 | 0 |
| HSL | 194.25º | 1% | 0.57% | - |
| HSV(B) | 194.25º | 0.86% | 1% | - |
| XYZ | 40.13 | 50.31 | 102.2 | - |
| YUV | 159 | 182.17 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 203 | 255 | 0.86 | 0.20 | 0 | 0 | 194.25 | 1 | 0.57 |
| Hex | 24 | CB | FF | 56 | 14 | 0 | 0 | C2 | 64 | 39 |
| Octal | 44 | 313 | 377 | 126 | 24 | 0 | 0 | 302 | 144 | 71 |
| Binary | 100100 | 11001011 | 11111111 | 1010110 | 10100 | 0 | 0 | 11000010 | 1100100 | 111001 |
Color Harmonies of #24CBFF
Complementary color
Monochromatic Colors of #24CBFF
Black with #24CBFF
Text Example
Text Example
White with #24CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CBFF; }
p { color: rgb(36,203,255); }
H1.HeaderClassName
{
color: #24CBFF;
}
.AnyTagClassName
{
color: #24CBFF;
}
</style>
background-color css
<style>
a { background-color: #24CBFF; }
a { background-color: rgb(36,203,255); }
div.DivClassName
{
background-color: #24CBFF;
}
.BgClassName
{
background-color: #24CBFF;
}
</style>
border-color css
<style>
span { border-color: #24CBFF; }
span { border-color: rgb(36,203,255); }
td.TdClassName
{
border-color: #24CBFF;
}
.TagClassName
{
border-color: #24CBFF;
}
</style>