Shades of Summer Sky #2CC9FF
Tints of Summer Sky #2CC9FF
RGB
CMYK
RGB Variations
Color information
#2CC9FF (or 0x2CC9FF) is known color: Summer Sky. HEX triplet: 2C, C9 and FF. RGB value is (44,201,255). Sum of RGB (Red+Green+Blue) = 44+201+255=500 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.8% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CC9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC9FF is #D33600. Grayscale: #9F9F9F. Windows color (decimal): -13841921 or 16763180. OLE color: 16763180.
HSL color Cylindrical-coordinate representation of color #2CC9FF: hue angle of 195.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CC9FF is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 201 | 255 | - |
| CMYK | 0.83 | 0.21 | 0 | 0 |
| HSL | 195.36º | 1% | 0.59% | - |
| HSV(B) | 195.36º | 0.83% | 1% | - |
| XYZ | 39.98 | 49.53 | 102.06 | - |
| YUV | 160.21 | 181.49 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 255 | 0.83 | 0.21 | 0 | 0 | 195.36 | 1 | 0.59 |
| Hex | 2C | C9 | FF | 53 | 15 | 0 | 0 | C3 | 64 | 3B |
| Octal | 54 | 311 | 377 | 123 | 25 | 0 | 0 | 303 | 144 | 73 |
| Binary | 101100 | 11001001 | 11111111 | 1010011 | 10101 | 0 | 0 | 11000011 | 1100100 | 111011 |
Color Harmonies of #2CC9FF
Complementary color
Monochromatic Colors of #2CC9FF
Black with #2CC9FF
Text Example
Text Example
White with #2CC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC9FF; }
p { color: rgb(44,201,255); }
H1.HeaderClassName
{
color: #2CC9FF;
}
.AnyTagClassName
{
color: #2CC9FF;
}
</style>
background-color css
<style>
a { background-color: #2CC9FF; }
a { background-color: rgb(44,201,255); }
div.DivClassName
{
background-color: #2CC9FF;
}
.BgClassName
{
background-color: #2CC9FF;
}
</style>
border-color css
<style>
span { border-color: #2CC9FF; }
span { border-color: rgb(44,201,255); }
td.TdClassName
{
border-color: #2CC9FF;
}
.TagClassName
{
border-color: #2CC9FF;
}
</style>