Shades of Deep Sky Blue #20CAFA
Tints of Deep Sky Blue #20CAFA
RGB
CMYK
RGB Variations
Color information
#20CAFA (or 0x20CAFA) is known color: Deep Sky Blue. HEX triplet: 20, CA and FA. RGB value is (32,202,250). Sum of RGB (Red+Green+Blue) = 32+202+250=484 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.61% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #20CAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CAFA is #DF3505. Grayscale: #9C9C9C. Windows color (decimal): -14628102 or 16435744. OLE color: 16435744.
HSL color Cylindrical-coordinate representation of color #20CAFA: hue angle of 193.21º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CAFA is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 202 | 250 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.02 |
| HSL | 193.21º | 0.96% | 0.55% | - |
| HSV(B) | 193.21º | 0.87% | 0.98% | - |
| XYZ | 38.97 | 49.45 | 97.93 | - |
| YUV | 156.64 | 180.68 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 250 | 0.87 | 0.19 | 0 | 0.02 | 193.21 | 0.96 | 0.55 |
| Hex | 20 | CA | FA | 57 | 13 | 0 | 2 | C1 | 60 | 37 |
| Octal | 40 | 312 | 372 | 127 | 23 | 0 | 2 | 301 | 140 | 67 |
| Binary | 100000 | 11001010 | 11111010 | 1010111 | 10011 | 0 | 10 | 11000001 | 1100000 | 110111 |
Color Harmonies of #20CAFA
Complementary color
Monochromatic Colors of #20CAFA
Black with #20CAFA
Text Example
Text Example
White with #20CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAFA; }
p { color: rgb(32,202,250); }
H1.HeaderClassName
{
color: #20CAFA;
}
.AnyTagClassName
{
color: #20CAFA;
}
</style>
background-color css
<style>
a { background-color: #20CAFA; }
a { background-color: rgb(32,202,250); }
div.DivClassName
{
background-color: #20CAFA;
}
.BgClassName
{
background-color: #20CAFA;
}
</style>
border-color css
<style>
span { border-color: #20CAFA; }
span { border-color: rgb(32,202,250); }
td.TdClassName
{
border-color: #20CAFA;
}
.TagClassName
{
border-color: #20CAFA;
}
</style>