Shades of Summer Sky #2BAEDE
Tints of Summer Sky #2BAEDE
RGB
CMYK
RGB Variations
Color information
#2BAEDE (or 0x2BAEDE) is known color: Summer Sky. HEX triplet: 2B, AE and DE. RGB value is (43,174,222). Sum of RGB (Red+Green+Blue) = 43+174+222=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BAEDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAEDE is #D45121. Grayscale: #8B8B8B. Windows color (decimal): -13914402 or 14593579. OLE color: 14593579.
HSL color Cylindrical-coordinate representation of color #2BAEDE: hue angle of 196.09º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BAEDE is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 174 | 222 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.13 |
| HSL | 196.09º | 0.73% | 0.52% | - |
| HSV(B) | 196.09º | 0.81% | 0.87% | - |
| XYZ | 29.32 | 36.06 | 74.52 | - |
| YUV | 140.3 | 174.1 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 222 | 0.81 | 0.22 | 0 | 0.13 | 196.09 | 0.73 | 0.52 |
| Hex | 2B | AE | DE | 51 | 16 | 0 | D | C4 | 49 | 34 |
| Octal | 53 | 256 | 336 | 121 | 26 | 0 | 15 | 304 | 111 | 64 |
| Binary | 101011 | 10101110 | 11011110 | 1010001 | 10110 | 0 | 1101 | 11000100 | 1001001 | 110100 |
Color Harmonies of #2BAEDE
Complementary color
Monochromatic Colors of #2BAEDE
Black with #2BAEDE
Text Example
Text Example
White with #2BAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEDE; }
p { color: rgb(43,174,222); }
H1.HeaderClassName
{
color: #2BAEDE;
}
.AnyTagClassName
{
color: #2BAEDE;
}
</style>
background-color css
<style>
a { background-color: #2BAEDE; }
a { background-color: rgb(43,174,222); }
div.DivClassName
{
background-color: #2BAEDE;
}
.BgClassName
{
background-color: #2BAEDE;
}
</style>
border-color css
<style>
span { border-color: #2BAEDE; }
span { border-color: rgb(43,174,222); }
td.TdClassName
{
border-color: #2BAEDE;
}
.TagClassName
{
border-color: #2BAEDE;
}
</style>