Shades of Deep Sky Blue #20CBFE
Tints of Deep Sky Blue #20CBFE
RGB
CMYK
RGB Variations
Color information
#20CBFE (or 0x20CBFE) is known color: Deep Sky Blue. HEX triplet: 20, CB and FE. RGB value is (32,203,254). Sum of RGB (Red+Green+Blue) = 32+203+254=489 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.54% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #20CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CBFE is #DF3401. Grayscale: #9D9D9D. Windows color (decimal): -14627842 or 16698144. OLE color: 16698144.
HSL color Cylindrical-coordinate representation of color #20CBFE: hue angle of 193.78º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CBFE is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 203 | 254 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.00 |
| HSL | 193.78º | 0.99% | 0.56% | - |
| HSV(B) | 193.78º | 0.87% | 1% | - |
| XYZ | 39.84 | 50.17 | 101.35 | - |
| YUV | 157.69 | 182.35 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 254 | 0.87 | 0.20 | 0 | 0.00 | 193.78 | 0.99 | 0.56 |
| Hex | 20 | CB | FE | 57 | 14 | 0 | 0 | C2 | 63 | 38 |
| Octal | 40 | 313 | 376 | 127 | 24 | 0 | 0 | 302 | 143 | 70 |
| Binary | 100000 | 11001011 | 11111110 | 1010111 | 10100 | 0 | 0 | 11000010 | 1100011 | 111000 |
Color Harmonies of #20CBFE
Complementary color
Monochromatic Colors of #20CBFE
Black with #20CBFE
Text Example
Text Example
White with #20CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBFE; }
p { color: rgb(32,203,254); }
H1.HeaderClassName
{
color: #20CBFE;
}
.AnyTagClassName
{
color: #20CBFE;
}
</style>
background-color css
<style>
a { background-color: #20CBFE; }
a { background-color: rgb(32,203,254); }
div.DivClassName
{
background-color: #20CBFE;
}
.BgClassName
{
background-color: #20CBFE;
}
</style>
border-color css
<style>
span { border-color: #20CBFE; }
span { border-color: rgb(32,203,254); }
td.TdClassName
{
border-color: #20CBFE;
}
.TagClassName
{
border-color: #20CBFE;
}
</style>