Shades of Deep Sky Blue #24CBFE
Tints of Deep Sky Blue #24CBFE
RGB
CMYK
RGB Variations
Color information
#24CBFE (or 0x24CBFE) is known color: Deep Sky Blue. HEX triplet: 24, CB and FE. RGB value is (36,203,254). Sum of RGB (Red+Green+Blue) = 36+203+254=493 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.30% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #24CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CBFE is #DB3401. Grayscale: #9E9E9E. Windows color (decimal): -14365698 or 16698148. OLE color: 16698148.
HSL color Cylindrical-coordinate representation of color #24CBFE: hue angle of 194.04º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24CBFE is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 203 | 254 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.00 |
| HSL | 194.04º | 0.99% | 0.57% | - |
| HSV(B) | 194.04º | 0.86% | 1% | - |
| XYZ | 39.97 | 50.24 | 101.36 | - |
| YUV | 158.88 | 181.67 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 203 | 254 | 0.86 | 0.20 | 0 | 0.00 | 194.04 | 0.99 | 0.57 |
| Hex | 24 | CB | FE | 56 | 14 | 0 | 0 | C2 | 63 | 39 |
| Octal | 44 | 313 | 376 | 126 | 24 | 0 | 0 | 302 | 143 | 71 |
| Binary | 100100 | 11001011 | 11111110 | 1010110 | 10100 | 0 | 0 | 11000010 | 1100011 | 111001 |
Color Harmonies of #24CBFE
Complementary color
Monochromatic Colors of #24CBFE
Black with #24CBFE
Text Example
Text Example
White with #24CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CBFE; }
p { color: rgb(36,203,254); }
H1.HeaderClassName
{
color: #24CBFE;
}
.AnyTagClassName
{
color: #24CBFE;
}
</style>
background-color css
<style>
a { background-color: #24CBFE; }
a { background-color: rgb(36,203,254); }
div.DivClassName
{
background-color: #24CBFE;
}
.BgClassName
{
background-color: #24CBFE;
}
</style>
border-color css
<style>
span { border-color: #24CBFE; }
span { border-color: rgb(36,203,254); }
td.TdClassName
{
border-color: #24CBFE;
}
.TagClassName
{
border-color: #24CBFE;
}
</style>