Shades of Summer Sky #2AADCF
Tints of Summer Sky #2AADCF
RGB
CMYK
RGB Variations
Color information
#2AADCF (or 0x2AADCF) is known color: Summer Sky. HEX triplet: 2A, AD and CF. RGB value is (42,173,207). Sum of RGB (Red+Green+Blue) = 42+173+207=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #2AADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADCF is #D55230. Grayscale: #898989. Windows color (decimal): -13980209 or 13610282. OLE color: 13610282.
HSL color Cylindrical-coordinate representation of color #2AADCF: hue angle of 192.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AADCF is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 173 | 207 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.19 |
| HSL | 192.36º | 0.66% | 0.49% | - |
| HSV(B) | 192.36º | 0.8% | 0.81% | - |
| XYZ | 27.16 | 34.88 | 64.33 | - |
| YUV | 137.71 | 167.1 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 207 | 0.80 | 0.16 | 0 | 0.19 | 192.36 | 0.66 | 0.49 |
| Hex | 2A | AD | CF | 50 | 10 | 0 | 13 | C0 | 42 | 31 |
| Octal | 52 | 255 | 317 | 120 | 20 | 0 | 23 | 300 | 102 | 61 |
| Binary | 101010 | 10101101 | 11001111 | 1010000 | 10000 | 0 | 10011 | 11000000 | 1000010 | 110001 |
Color Harmonies of #2AADCF
Complementary color
Monochromatic Colors of #2AADCF
Black with #2AADCF
Text Example
Text Example
White with #2AADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADCF; }
p { color: rgb(42,173,207); }
H1.HeaderClassName
{
color: #2AADCF;
}
.AnyTagClassName
{
color: #2AADCF;
}
</style>
background-color css
<style>
a { background-color: #2AADCF; }
a { background-color: rgb(42,173,207); }
div.DivClassName
{
background-color: #2AADCF;
}
.BgClassName
{
background-color: #2AADCF;
}
</style>
border-color css
<style>
span { border-color: #2AADCF; }
span { border-color: rgb(42,173,207); }
td.TdClassName
{
border-color: #2AADCF;
}
.TagClassName
{
border-color: #2AADCF;
}
</style>