Shades of Summer Sky #2AADCB
Tints of Summer Sky #2AADCB
RGB
CMYK
RGB Variations
Color information
#2AADCB (or 0x2AADCB) is known color: Summer Sky. HEX triplet: 2A, AD and CB. RGB value is (42,173,203). Sum of RGB (Red+Green+Blue) = 42+173+203=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #2AADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADCB is #D55234. Grayscale: #898989. Windows color (decimal): -13980213 or 13348138. OLE color: 13348138.
HSL color Cylindrical-coordinate representation of color #2AADCB: hue angle of 191.18º 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 #2AADCB is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 173 | 203 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.20 |
| HSL | 191.18º | 0.66% | 0.48% | - |
| HSV(B) | 191.18º | 0.79% | 0.8% | - |
| XYZ | 26.68 | 34.69 | 61.79 | - |
| YUV | 137.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 203 | 0.79 | 0.15 | 0 | 0.20 | 191.18 | 0.66 | 0.48 |
| Hex | 2A | AD | CB | 4F | F | 0 | 14 | BF | 42 | 30 |
| Octal | 52 | 255 | 313 | 117 | 17 | 0 | 24 | 277 | 102 | 60 |
| Binary | 101010 | 10101101 | 11001011 | 1001111 | 1111 | 0 | 10100 | 10111111 | 1000010 | 110000 |
Color Harmonies of #2AADCB
Complementary color
Monochromatic Colors of #2AADCB
Black with #2AADCB
Text Example
Text Example
White with #2AADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADCB; }
p { color: rgb(42,173,203); }
H1.HeaderClassName
{
color: #2AADCB;
}
.AnyTagClassName
{
color: #2AADCB;
}
</style>
background-color css
<style>
a { background-color: #2AADCB; }
a { background-color: rgb(42,173,203); }
div.DivClassName
{
background-color: #2AADCB;
}
.BgClassName
{
background-color: #2AADCB;
}
</style>
border-color css
<style>
span { border-color: #2AADCB; }
span { border-color: rgb(42,173,203); }
td.TdClassName
{
border-color: #2AADCB;
}
.TagClassName
{
border-color: #2AADCB;
}
</style>