Shades of Summer Sky #2CC9FA
Tints of Summer Sky #2CC9FA
RGB
CMYK
RGB Variations
Color information
#2CC9FA (or 0x2CC9FA) is known color: Summer Sky. HEX triplet: 2C, C9 and FA. RGB value is (44,201,250). Sum of RGB (Red+Green+Blue) = 44+201+250=495 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.89% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CC9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC9FA is #D33605. Grayscale: #9F9F9F. Windows color (decimal): -13841926 or 16435500. OLE color: 16435500.
HSL color Cylindrical-coordinate representation of color #2CC9FA: hue angle of 194.27º 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 #2CC9FA is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 201 | 250 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.02 |
| HSL | 194.27º | 0.95% | 0.58% | - |
| HSV(B) | 194.27º | 0.82% | 0.98% | - |
| XYZ | 39.18 | 49.21 | 97.88 | - |
| YUV | 159.64 | 178.99 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 250 | 0.82 | 0.20 | 0 | 0.02 | 194.27 | 0.95 | 0.58 |
| Hex | 2C | C9 | FA | 52 | 14 | 0 | 2 | C2 | 5F | 3A |
| Octal | 54 | 311 | 372 | 122 | 24 | 0 | 2 | 302 | 137 | 72 |
| Binary | 101100 | 11001001 | 11111010 | 1010010 | 10100 | 0 | 10 | 11000010 | 1011111 | 111010 |
Color Harmonies of #2CC9FA
Complementary color
Monochromatic Colors of #2CC9FA
Black with #2CC9FA
Text Example
Text Example
White with #2CC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC9FA; }
p { color: rgb(44,201,250); }
H1.HeaderClassName
{
color: #2CC9FA;
}
.AnyTagClassName
{
color: #2CC9FA;
}
</style>
background-color css
<style>
a { background-color: #2CC9FA; }
a { background-color: rgb(44,201,250); }
div.DivClassName
{
background-color: #2CC9FA;
}
.BgClassName
{
background-color: #2CC9FA;
}
</style>
border-color css
<style>
span { border-color: #2CC9FA; }
span { border-color: rgb(44,201,250); }
td.TdClassName
{
border-color: #2CC9FA;
}
.TagClassName
{
border-color: #2CC9FA;
}
</style>