Shades of Summer Sky #2CCDFB
Tints of Summer Sky #2CCDFB
RGB
CMYK
RGB Variations
Color information
#2CCDFB (or 0x2CCDFB) is known color: Summer Sky. HEX triplet: 2C, CD and FB. RGB value is (44,205,251). Sum of RGB (Red+Green+Blue) = 44+205+251=500 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #2CCDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCDFB is #D33204. Grayscale: #A1A1A1. Windows color (decimal): -13840901 or 16502060. OLE color: 16502060.
HSL color Cylindrical-coordinate representation of color #2CCDFB: hue angle of 193.33º 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 #2CCDFB is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 205 | 251 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.02 |
| HSL | 193.33º | 0.96% | 0.58% | - |
| HSV(B) | 193.33º | 0.82% | 0.98% | - |
| XYZ | 40.28 | 51.16 | 99.02 | - |
| YUV | 162.11 | 178.16 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 251 | 0.82 | 0.18 | 0 | 0.02 | 193.33 | 0.96 | 0.58 |
| Hex | 2C | CD | FB | 52 | 12 | 0 | 2 | C1 | 60 | 3A |
| Octal | 54 | 315 | 373 | 122 | 22 | 0 | 2 | 301 | 140 | 72 |
| Binary | 101100 | 11001101 | 11111011 | 1010010 | 10010 | 0 | 10 | 11000001 | 1100000 | 111010 |
Color Harmonies of #2CCDFB
Complementary color
Monochromatic Colors of #2CCDFB
Black with #2CCDFB
Text Example
Text Example
White with #2CCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDFB; }
p { color: rgb(44,205,251); }
H1.HeaderClassName
{
color: #2CCDFB;
}
.AnyTagClassName
{
color: #2CCDFB;
}
</style>
background-color css
<style>
a { background-color: #2CCDFB; }
a { background-color: rgb(44,205,251); }
div.DivClassName
{
background-color: #2CCDFB;
}
.BgClassName
{
background-color: #2CCDFB;
}
</style>
border-color css
<style>
span { border-color: #2CCDFB; }
span { border-color: rgb(44,205,251); }
td.TdClassName
{
border-color: #2CCDFB;
}
.TagClassName
{
border-color: #2CCDFB;
}
</style>