Shades of Summer Sky #2CC9FD
Tints of Summer Sky #2CC9FD
RGB
CMYK
RGB Variations
Color information
#2CC9FD (or 0x2CC9FD) is known color: Summer Sky. HEX triplet: 2C, C9 and FD. RGB value is (44,201,253). Sum of RGB (Red+Green+Blue) = 44+201+253=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #2CC9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC9FD is #D33602. Grayscale: #9F9F9F. Windows color (decimal): -13841923 or 16632108. OLE color: 16632108.
HSL color Cylindrical-coordinate representation of color #2CC9FD: hue angle of 194.93º degrees, saturation: 0.98, 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 #2CC9FD is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 201 | 253 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.01 |
| HSL | 194.93º | 0.98% | 0.58% | - |
| HSV(B) | 194.93º | 0.83% | 0.99% | - |
| XYZ | 39.65 | 49.4 | 100.37 | - |
| YUV | 159.99 | 180.49 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 253 | 0.83 | 0.21 | 0 | 0.01 | 194.93 | 0.98 | 0.58 |
| Hex | 2C | C9 | FD | 53 | 15 | 0 | 1 | C3 | 62 | 3A |
| Octal | 54 | 311 | 375 | 123 | 25 | 0 | 1 | 303 | 142 | 72 |
| Binary | 101100 | 11001001 | 11111101 | 1010011 | 10101 | 0 | 1 | 11000011 | 1100010 | 111010 |
Color Harmonies of #2CC9FD
Complementary color
Monochromatic Colors of #2CC9FD
Black with #2CC9FD
Text Example
Text Example
White with #2CC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC9FD; }
p { color: rgb(44,201,253); }
H1.HeaderClassName
{
color: #2CC9FD;
}
.AnyTagClassName
{
color: #2CC9FD;
}
</style>
background-color css
<style>
a { background-color: #2CC9FD; }
a { background-color: rgb(44,201,253); }
div.DivClassName
{
background-color: #2CC9FD;
}
.BgClassName
{
background-color: #2CC9FD;
}
</style>
border-color css
<style>
span { border-color: #2CC9FD; }
span { border-color: rgb(44,201,253); }
td.TdClassName
{
border-color: #2CC9FD;
}
.TagClassName
{
border-color: #2CC9FD;
}
</style>