Shades of Summer Sky #2DCAFA
Tints of Summer Sky #2DCAFA
RGB
CMYK
RGB Variations
Color information
#2DCAFA (or 0x2DCAFA) is known color: Summer Sky. HEX triplet: 2D, CA and FA. RGB value is (45,202,250). Sum of RGB (Red+Green+Blue) = 45+202+250=497 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.05% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DCAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCAFA is #D23505. Grayscale: #A0A0A0. Windows color (decimal): -13776134 or 16435757. OLE color: 16435757.
HSL color Cylindrical-coordinate representation of color #2DCAFA: hue angle of 194.05º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DCAFA is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 202 | 250 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.02 |
| HSL | 194.05º | 0.95% | 0.58% | - |
| HSV(B) | 194.05º | 0.82% | 0.98% | - |
| XYZ | 39.46 | 49.7 | 97.96 | - |
| YUV | 160.53 | 178.49 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 250 | 0.82 | 0.19 | 0 | 0.02 | 194.05 | 0.95 | 0.58 |
| Hex | 2D | CA | FA | 52 | 13 | 0 | 2 | C2 | 5F | 3A |
| Octal | 55 | 312 | 372 | 122 | 23 | 0 | 2 | 302 | 137 | 72 |
| Binary | 101101 | 11001010 | 11111010 | 1010010 | 10011 | 0 | 10 | 11000010 | 1011111 | 111010 |
Color Harmonies of #2DCAFA
Complementary color
Monochromatic Colors of #2DCAFA
Black with #2DCAFA
Text Example
Text Example
White with #2DCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAFA; }
p { color: rgb(45,202,250); }
H1.HeaderClassName
{
color: #2DCAFA;
}
.AnyTagClassName
{
color: #2DCAFA;
}
</style>
background-color css
<style>
a { background-color: #2DCAFA; }
a { background-color: rgb(45,202,250); }
div.DivClassName
{
background-color: #2DCAFA;
}
.BgClassName
{
background-color: #2DCAFA;
}
</style>
border-color css
<style>
span { border-color: #2DCAFA; }
span { border-color: rgb(45,202,250); }
td.TdClassName
{
border-color: #2DCAFA;
}
.TagClassName
{
border-color: #2DCAFA;
}
</style>