Shades of Summer Sky #2BCADE
Tints of Summer Sky #2BCADE
RGB
CMYK
RGB Variations
Color information
#2BCADE (or 0x2BCADE) is known color: Summer Sky. HEX triplet: 2B, CA and DE. RGB value is (43,202,222). Sum of RGB (Red+Green+Blue) = 43+202+222=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCADE is #D43521. Grayscale: #9C9C9C. Windows color (decimal): -13907234 or 14600747. OLE color: 14600747.
HSL color Cylindrical-coordinate representation of color #2BCADE: hue angle of 186.7º 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 #2BCADE is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 202 | 222 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.13 |
| HSL | 186.7º | 0.73% | 0.52% | - |
| HSV(B) | 186.7º | 0.81% | 0.87% | - |
| XYZ | 35.3 | 48.03 | 76.52 | - |
| YUV | 156.74 | 164.82 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 222 | 0.81 | 0.09 | 0 | 0.13 | 186.7 | 0.73 | 0.52 |
| Hex | 2B | CA | DE | 51 | 9 | 0 | D | BB | 49 | 34 |
| Octal | 53 | 312 | 336 | 121 | 11 | 0 | 15 | 273 | 111 | 64 |
| Binary | 101011 | 11001010 | 11011110 | 1010001 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110100 |
Color Harmonies of #2BCADE
Complementary color
Monochromatic Colors of #2BCADE
Black with #2BCADE
Text Example
Text Example
White with #2BCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCADE; }
p { color: rgb(43,202,222); }
H1.HeaderClassName
{
color: #2BCADE;
}
.AnyTagClassName
{
color: #2BCADE;
}
</style>
background-color css
<style>
a { background-color: #2BCADE; }
a { background-color: rgb(43,202,222); }
div.DivClassName
{
background-color: #2BCADE;
}
.BgClassName
{
background-color: #2BCADE;
}
</style>
border-color css
<style>
span { border-color: #2BCADE; }
span { border-color: rgb(43,202,222); }
td.TdClassName
{
border-color: #2BCADE;
}
.TagClassName
{
border-color: #2BCADE;
}
</style>