Shades of Summer Sky #2CBDDE
Tints of Summer Sky #2CBDDE
RGB
CMYK
RGB Variations
Color information
#2CBDDE (or 0x2CBDDE) is known color: Summer Sky. HEX triplet: 2C, BD and DE. RGB value is (44,189,222). Sum of RGB (Red+Green+Blue) = 44+189+222=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #2CBDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBDDE is #D34221. Grayscale: #959595. Windows color (decimal): -13845026 or 14597420. OLE color: 14597420.
HSL color Cylindrical-coordinate representation of color #2CBDDE: hue angle of 191.12º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBDDE is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 189 | 222 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.13 |
| HSL | 191.12º | 0.73% | 0.52% | - |
| HSV(B) | 191.12º | 0.8% | 0.87% | - |
| XYZ | 32.42 | 42.2 | 75.54 | - |
| YUV | 149.41 | 168.96 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 222 | 0.80 | 0.15 | 0 | 0.13 | 191.12 | 0.73 | 0.52 |
| Hex | 2C | BD | DE | 50 | F | 0 | D | BF | 49 | 34 |
| Octal | 54 | 275 | 336 | 120 | 17 | 0 | 15 | 277 | 111 | 64 |
| Binary | 101100 | 10111101 | 11011110 | 1010000 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110100 |
Color Harmonies of #2CBDDE
Complementary color
Monochromatic Colors of #2CBDDE
Black with #2CBDDE
Text Example
Text Example
White with #2CBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDDE; }
p { color: rgb(44,189,222); }
H1.HeaderClassName
{
color: #2CBDDE;
}
.AnyTagClassName
{
color: #2CBDDE;
}
</style>
background-color css
<style>
a { background-color: #2CBDDE; }
a { background-color: rgb(44,189,222); }
div.DivClassName
{
background-color: #2CBDDE;
}
.BgClassName
{
background-color: #2CBDDE;
}
</style>
border-color css
<style>
span { border-color: #2CBDDE; }
span { border-color: rgb(44,189,222); }
td.TdClassName
{
border-color: #2CBDDE;
}
.TagClassName
{
border-color: #2CBDDE;
}
</style>