Shades of Summer Sky #2ABCCC
Tints of Summer Sky #2ABCCC
RGB
CMYK
RGB Variations
Color information
#2ABCCC (or 0x2ABCCC) is known color: Summer Sky. HEX triplet: 2A, BC and CC. RGB value is (42,188,204). Sum of RGB (Red+Green+Blue) = 42+188+204=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ABCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCCC is #D54333. Grayscale: #919191. Windows color (decimal): -13976372 or 13417514. OLE color: 13417514.
HSL color Cylindrical-coordinate representation of color #2ABCCC: hue angle of 185.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABCCC is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 188 | 204 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.2 |
| HSL | 185.93º | 0.66% | 0.48% | - |
| HSV(B) | 185.93º | 0.79% | 0.8% | - |
| XYZ | 29.84 | 40.82 | 63.43 | - |
| YUV | 146.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 204 | 0.79 | 0.08 | 0 | 0.2 | 185.93 | 0.66 | 0.48 |
| Hex | 2A | BC | CC | 4F | 8 | 0 | 14 | BA | 42 | 30 |
| Octal | 52 | 274 | 314 | 117 | 10 | 0 | 24 | 272 | 102 | 60 |
| Binary | 101010 | 10111100 | 11001100 | 1001111 | 1000 | 0 | 10100 | 10111010 | 1000010 | 110000 |
Color Harmonies of #2ABCCC
Complementary color
Monochromatic Colors of #2ABCCC
Black with #2ABCCC
Text Example
Text Example
White with #2ABCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCCC; }
p { color: rgb(42,188,204); }
H1.HeaderClassName
{
color: #2ABCCC;
}
.AnyTagClassName
{
color: #2ABCCC;
}
</style>
background-color css
<style>
a { background-color: #2ABCCC; }
a { background-color: rgb(42,188,204); }
div.DivClassName
{
background-color: #2ABCCC;
}
.BgClassName
{
background-color: #2ABCCC;
}
</style>
border-color css
<style>
span { border-color: #2ABCCC; }
span { border-color: rgb(42,188,204); }
td.TdClassName
{
border-color: #2ABCCC;
}
.TagClassName
{
border-color: #2ABCCC;
}
</style>