Shades of Summer Sky #2CCFFA
Tints of Summer Sky #2CCFFA
RGB
CMYK
RGB Variations
Color information
#2CCFFA (or 0x2CCFFA) is known color: Summer Sky. HEX triplet: 2C, CF and FA. RGB value is (44,207,250). Sum of RGB (Red+Green+Blue) = 44+207+250=501 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.78% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CCFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCFFA is #D33005. Grayscale: #A2A2A2. Windows color (decimal): -13840390 or 16437036. OLE color: 16437036.
HSL color Cylindrical-coordinate representation of color #2CCFFA: hue angle of 192.52º 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 #2CCFFA is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 207 | 250 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.02 |
| HSL | 192.52º | 0.95% | 0.58% | - |
| HSV(B) | 192.52º | 0.82% | 0.98% | - |
| XYZ | 40.61 | 52.06 | 98.35 | - |
| YUV | 163.17 | 177 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 250 | 0.82 | 0.17 | 0 | 0.02 | 192.52 | 0.95 | 0.58 |
| Hex | 2C | CF | FA | 52 | 11 | 0 | 2 | C1 | 5F | 3A |
| Octal | 54 | 317 | 372 | 122 | 21 | 0 | 2 | 301 | 137 | 72 |
| Binary | 101100 | 11001111 | 11111010 | 1010010 | 10001 | 0 | 10 | 11000001 | 1011111 | 111010 |
Color Harmonies of #2CCFFA
Complementary color
Monochromatic Colors of #2CCFFA
Black with #2CCFFA
Text Example
Text Example
White with #2CCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCFFA; }
p { color: rgb(44,207,250); }
H1.HeaderClassName
{
color: #2CCFFA;
}
.AnyTagClassName
{
color: #2CCFFA;
}
</style>
background-color css
<style>
a { background-color: #2CCFFA; }
a { background-color: rgb(44,207,250); }
div.DivClassName
{
background-color: #2CCFFA;
}
.BgClassName
{
background-color: #2CCFFA;
}
</style>
border-color css
<style>
span { border-color: #2CCFFA; }
span { border-color: rgb(44,207,250); }
td.TdClassName
{
border-color: #2CCFFA;
}
.TagClassName
{
border-color: #2CCFFA;
}
</style>