Shades of Summer Sky #2CCAFA
Tints of Summer Sky #2CCAFA
RGB
CMYK
RGB Variations
Color information
#2CCAFA (or 0x2CCAFA) is known color: Summer Sky. HEX triplet: 2C, CA and FA. RGB value is (44,202,250). Sum of RGB (Red+Green+Blue) = 44+202+250=496 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.87% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CCAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCAFA is #D33505. Grayscale: #9F9F9F. Windows color (decimal): -13841670 or 16435756. OLE color: 16435756.
HSL color Cylindrical-coordinate representation of color #2CCAFA: hue angle of 193.98º 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 #2CCAFA is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 202 | 250 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.02 |
| HSL | 193.98º | 0.95% | 0.58% | - |
| HSV(B) | 193.98º | 0.82% | 0.98% | - |
| XYZ | 39.41 | 49.68 | 97.95 | - |
| YUV | 160.23 | 178.65 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 250 | 0.82 | 0.19 | 0 | 0.02 | 193.98 | 0.95 | 0.58 |
| Hex | 2C | CA | FA | 52 | 13 | 0 | 2 | C2 | 5F | 3A |
| Octal | 54 | 312 | 372 | 122 | 23 | 0 | 2 | 302 | 137 | 72 |
| Binary | 101100 | 11001010 | 11111010 | 1010010 | 10011 | 0 | 10 | 11000010 | 1011111 | 111010 |
Color Harmonies of #2CCAFA
Complementary color
Monochromatic Colors of #2CCAFA
Black with #2CCAFA
Text Example
Text Example
White with #2CCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCAFA; }
p { color: rgb(44,202,250); }
H1.HeaderClassName
{
color: #2CCAFA;
}
.AnyTagClassName
{
color: #2CCAFA;
}
</style>
background-color css
<style>
a { background-color: #2CCAFA; }
a { background-color: rgb(44,202,250); }
div.DivClassName
{
background-color: #2CCAFA;
}
.BgClassName
{
background-color: #2CCAFA;
}
</style>
border-color css
<style>
span { border-color: #2CCAFA; }
span { border-color: rgb(44,202,250); }
td.TdClassName
{
border-color: #2CCAFA;
}
.TagClassName
{
border-color: #2CCAFA;
}
</style>