Shades of Summer Sky #2ABCCA
Tints of Summer Sky #2ABCCA
RGB
CMYK
RGB Variations
Color information
#2ABCCA (or 0x2ABCCA) is known color: Summer Sky. HEX triplet: 2A, BC and CA. RGB value is (42,188,202). Sum of RGB (Red+Green+Blue) = 42+188+202=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #2ABCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCCA is #D54335. Grayscale: #919191. Windows color (decimal): -13976374 or 13286442. OLE color: 13286442.
HSL color Cylindrical-coordinate representation of color #2ABCCA: hue angle of 185.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABCCA is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 188 | 202 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.21 |
| HSL | 185.25º | 0.66% | 0.48% | - |
| HSV(B) | 185.25º | 0.79% | 0.79% | - |
| XYZ | 29.6 | 40.72 | 62.18 | - |
| YUV | 145.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 202 | 0.79 | 0.07 | 0 | 0.21 | 185.25 | 0.66 | 0.48 |
| Hex | 2A | BC | CA | 4F | 7 | 0 | 15 | B9 | 42 | 30 |
| Octal | 52 | 274 | 312 | 117 | 7 | 0 | 25 | 271 | 102 | 60 |
| Binary | 101010 | 10111100 | 11001010 | 1001111 | 111 | 0 | 10101 | 10111001 | 1000010 | 110000 |
Color Harmonies of #2ABCCA
Complementary color
Monochromatic Colors of #2ABCCA
Black with #2ABCCA
Text Example
Text Example
White with #2ABCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCCA; }
p { color: rgb(42,188,202); }
H1.HeaderClassName
{
color: #2ABCCA;
}
.AnyTagClassName
{
color: #2ABCCA;
}
</style>
background-color css
<style>
a { background-color: #2ABCCA; }
a { background-color: rgb(42,188,202); }
div.DivClassName
{
background-color: #2ABCCA;
}
.BgClassName
{
background-color: #2ABCCA;
}
</style>
border-color css
<style>
span { border-color: #2ABCCA; }
span { border-color: rgb(42,188,202); }
td.TdClassName
{
border-color: #2ABCCA;
}
.TagClassName
{
border-color: #2ABCCA;
}
</style>