Shades of Summer Sky #2CCEFF
Tints of Summer Sky #2CCEFF
RGB
CMYK
RGB Variations
Color information
#2CCEFF (or 0x2CCEFF) is known color: Summer Sky. HEX triplet: 2C, CE and FF. RGB value is (44,206,255). Sum of RGB (Red+Green+Blue) = 44+206+255=505 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.71% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CCEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCEFF is #D33100. Grayscale: #A2A2A2. Windows color (decimal): -13840641 or 16764460. OLE color: 16764460.
HSL color Cylindrical-coordinate representation of color #2CCEFF: hue angle of 193.93º 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 #2CCEFF is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 206 | 255 | - |
| CMYK | 0.83 | 0.19 | 0 | 0 |
| HSL | 193.93º | 1% | 0.59% | - |
| HSV(B) | 193.93º | 0.83% | 1% | - |
| XYZ | 41.16 | 51.9 | 102.46 | - |
| YUV | 163.15 | 179.83 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 255 | 0.83 | 0.19 | 0 | 0 | 193.93 | 1 | 0.59 |
| Hex | 2C | CE | FF | 53 | 13 | 0 | 0 | C2 | 64 | 3B |
| Octal | 54 | 316 | 377 | 123 | 23 | 0 | 0 | 302 | 144 | 73 |
| Binary | 101100 | 11001110 | 11111111 | 1010011 | 10011 | 0 | 0 | 11000010 | 1100100 | 111011 |
Color Harmonies of #2CCEFF
Complementary color
Monochromatic Colors of #2CCEFF
Black with #2CCEFF
Text Example
Text Example
White with #2CCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEFF; }
p { color: rgb(44,206,255); }
H1.HeaderClassName
{
color: #2CCEFF;
}
.AnyTagClassName
{
color: #2CCEFF;
}
</style>
background-color css
<style>
a { background-color: #2CCEFF; }
a { background-color: rgb(44,206,255); }
div.DivClassName
{
background-color: #2CCEFF;
}
.BgClassName
{
background-color: #2CCEFF;
}
</style>
border-color css
<style>
span { border-color: #2CCEFF; }
span { border-color: rgb(44,206,255); }
td.TdClassName
{
border-color: #2CCEFF;
}
.TagClassName
{
border-color: #2CCEFF;
}
</style>