Shades of Summer Sky #2CCAFB
Tints of Summer Sky #2CCAFB
RGB
CMYK
RGB Variations
Color information
#2CCAFB (or 0x2CCAFB) is known color: Summer Sky. HEX triplet: 2C, CA and FB. RGB value is (44,202,251). Sum of RGB (Red+Green+Blue) = 44+202+251=497 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.85% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #2CCAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCAFB is #D33504. Grayscale: #9F9F9F. Windows color (decimal): -13841669 or 16501292. OLE color: 16501292.
HSL color Cylindrical-coordinate representation of color #2CCAFB: hue angle of 194.2º degrees, saturation: 0.96, 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 #2CCAFB is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 202 | 251 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.02 |
| HSL | 194.2º | 0.96% | 0.58% | - |
| HSV(B) | 194.2º | 0.82% | 0.98% | - |
| XYZ | 39.57 | 49.74 | 98.78 | - |
| YUV | 160.34 | 179.15 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 251 | 0.82 | 0.20 | 0 | 0.02 | 194.2 | 0.96 | 0.58 |
| Hex | 2C | CA | FB | 52 | 14 | 0 | 2 | C2 | 60 | 3A |
| Octal | 54 | 312 | 373 | 122 | 24 | 0 | 2 | 302 | 140 | 72 |
| Binary | 101100 | 11001010 | 11111011 | 1010010 | 10100 | 0 | 10 | 11000010 | 1100000 | 111010 |
Color Harmonies of #2CCAFB
Complementary color
Monochromatic Colors of #2CCAFB
Black with #2CCAFB
Text Example
Text Example
White with #2CCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCAFB; }
p { color: rgb(44,202,251); }
H1.HeaderClassName
{
color: #2CCAFB;
}
.AnyTagClassName
{
color: #2CCAFB;
}
</style>
background-color css
<style>
a { background-color: #2CCAFB; }
a { background-color: rgb(44,202,251); }
div.DivClassName
{
background-color: #2CCAFB;
}
.BgClassName
{
background-color: #2CCAFB;
}
</style>
border-color css
<style>
span { border-color: #2CCAFB; }
span { border-color: rgb(44,202,251); }
td.TdClassName
{
border-color: #2CCAFB;
}
.TagClassName
{
border-color: #2CCAFB;
}
</style>