Shades of Summer Sky #2CCAFC
Tints of Summer Sky #2CCAFC
RGB
CMYK
RGB Variations
Color information
#2CCAFC (or 0x2CCAFC) is known color: Summer Sky. HEX triplet: 2C, CA and FC. RGB value is (44,202,252). Sum of RGB (Red+Green+Blue) = 44+202+252=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #2CCAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCAFC is #D33503. Grayscale: #A0A0A0. Windows color (decimal): -13841668 or 16566828. OLE color: 16566828.
HSL color Cylindrical-coordinate representation of color #2CCAFC: hue angle of 194.42º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CCAFC is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 202 | 252 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.01 |
| HSL | 194.42º | 0.97% | 0.58% | - |
| HSV(B) | 194.42º | 0.83% | 0.99% | - |
| XYZ | 39.73 | 49.8 | 99.61 | - |
| YUV | 160.46 | 179.65 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 252 | 0.83 | 0.20 | 0 | 0.01 | 194.42 | 0.97 | 0.58 |
| Hex | 2C | CA | FC | 53 | 14 | 0 | 1 | C2 | 61 | 3A |
| Octal | 54 | 312 | 374 | 123 | 24 | 0 | 1 | 302 | 141 | 72 |
| Binary | 101100 | 11001010 | 11111100 | 1010011 | 10100 | 0 | 1 | 11000010 | 1100001 | 111010 |
Color Harmonies of #2CCAFC
Complementary color
Monochromatic Colors of #2CCAFC
Black with #2CCAFC
Text Example
Text Example
White with #2CCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCAFC; }
p { color: rgb(44,202,252); }
H1.HeaderClassName
{
color: #2CCAFC;
}
.AnyTagClassName
{
color: #2CCAFC;
}
</style>
background-color css
<style>
a { background-color: #2CCAFC; }
a { background-color: rgb(44,202,252); }
div.DivClassName
{
background-color: #2CCAFC;
}
.BgClassName
{
background-color: #2CCAFC;
}
</style>
border-color css
<style>
span { border-color: #2CCAFC; }
span { border-color: rgb(44,202,252); }
td.TdClassName
{
border-color: #2CCAFC;
}
.TagClassName
{
border-color: #2CCAFC;
}
</style>