Shades of Deep Sky Blue #20CAFE
Tints of Deep Sky Blue #20CAFE
RGB
CMYK
RGB Variations
Color information
#20CAFE (or 0x20CAFE) is known color: Deep Sky Blue. HEX triplet: 20, CA and FE. RGB value is (32,202,254). Sum of RGB (Red+Green+Blue) = 32+202+254=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #20CAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CAFE is #DF3501. Grayscale: #9C9C9C. Windows color (decimal): -14628098 or 16697888. OLE color: 16697888.
HSL color Cylindrical-coordinate representation of color #20CAFE: hue angle of 194.05º 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 #20CAFE is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 202 | 254 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.00 |
| HSL | 194.05º | 0.99% | 0.56% | - |
| HSV(B) | 194.05º | 0.87% | 1% | - |
| XYZ | 39.61 | 49.7 | 101.27 | - |
| YUV | 157.1 | 182.68 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 254 | 0.87 | 0.20 | 0 | 0.00 | 194.05 | 0.99 | 0.56 |
| Hex | 20 | CA | FE | 57 | 14 | 0 | 0 | C2 | 63 | 38 |
| Octal | 40 | 312 | 376 | 127 | 24 | 0 | 0 | 302 | 143 | 70 |
| Binary | 100000 | 11001010 | 11111110 | 1010111 | 10100 | 0 | 0 | 11000010 | 1100011 | 111000 |
Color Harmonies of #20CAFE
Complementary color
Monochromatic Colors of #20CAFE
Black with #20CAFE
Text Example
Text Example
White with #20CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAFE; }
p { color: rgb(32,202,254); }
H1.HeaderClassName
{
color: #20CAFE;
}
.AnyTagClassName
{
color: #20CAFE;
}
</style>
background-color css
<style>
a { background-color: #20CAFE; }
a { background-color: rgb(32,202,254); }
div.DivClassName
{
background-color: #20CAFE;
}
.BgClassName
{
background-color: #20CAFE;
}
</style>
border-color css
<style>
span { border-color: #20CAFE; }
span { border-color: rgb(32,202,254); }
td.TdClassName
{
border-color: #20CAFE;
}
.TagClassName
{
border-color: #20CAFE;
}
</style>