Shades of Summer Sky #2CCCFA
Tints of Summer Sky #2CCCFA
RGB
CMYK
RGB Variations
Color information
#2CCCFA (or 0x2CCCFA) is known color: Summer Sky. HEX triplet: 2C, CC and FA. RGB value is (44,204,250). Sum of RGB (Red+Green+Blue) = 44+204+250=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CCCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCCFA is #D33305. Grayscale: #A1A1A1. Windows color (decimal): -13841158 or 16436268. OLE color: 16436268.
HSL color Cylindrical-coordinate representation of color #2CCCFA: hue angle of 193.4º 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 #2CCCFA is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 204 | 250 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.02 |
| HSL | 193.4º | 0.95% | 0.58% | - |
| HSV(B) | 193.4º | 0.82% | 0.98% | - |
| XYZ | 39.89 | 50.62 | 98.11 | - |
| YUV | 161.4 | 177.99 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 250 | 0.82 | 0.18 | 0 | 0.02 | 193.4 | 0.95 | 0.58 |
| Hex | 2C | CC | FA | 52 | 12 | 0 | 2 | C1 | 5F | 3A |
| Octal | 54 | 314 | 372 | 122 | 22 | 0 | 2 | 301 | 137 | 72 |
| Binary | 101100 | 11001100 | 11111010 | 1010010 | 10010 | 0 | 10 | 11000001 | 1011111 | 111010 |
Color Harmonies of #2CCCFA
Complementary color
Monochromatic Colors of #2CCCFA
Black with #2CCCFA
Text Example
Text Example
White with #2CCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCCFA; }
p { color: rgb(44,204,250); }
H1.HeaderClassName
{
color: #2CCCFA;
}
.AnyTagClassName
{
color: #2CCCFA;
}
</style>
background-color css
<style>
a { background-color: #2CCCFA; }
a { background-color: rgb(44,204,250); }
div.DivClassName
{
background-color: #2CCCFA;
}
.BgClassName
{
background-color: #2CCCFA;
}
</style>
border-color css
<style>
span { border-color: #2CCCFA; }
span { border-color: rgb(44,204,250); }
td.TdClassName
{
border-color: #2CCCFA;
}
.TagClassName
{
border-color: #2CCCFA;
}
</style>