Shades of Summer Sky #2AB4CF
Tints of Summer Sky #2AB4CF
RGB
CMYK
RGB Variations
Color information
#2AB4CF (or 0x2AB4CF) is known color: Summer Sky. HEX triplet: 2A, B4 and CF. RGB value is (42,180,207). Sum of RGB (Red+Green+Blue) = 42+180+207=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #2AB4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB4CF is #D54B30. Grayscale: #8D8D8D. Windows color (decimal): -13978417 or 13612074. OLE color: 13612074.
HSL color Cylindrical-coordinate representation of color #2AB4CF: hue angle of 189.82º 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 #2AB4CF is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 180 | 207 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.19 |
| HSL | 189.82º | 0.66% | 0.49% | - |
| HSV(B) | 189.82º | 0.8% | 0.81% | - |
| XYZ | 28.54 | 37.64 | 64.79 | - |
| YUV | 141.82 | 164.78 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 207 | 0.80 | 0.13 | 0 | 0.19 | 189.82 | 0.66 | 0.49 |
| Hex | 2A | B4 | CF | 50 | D | 0 | 13 | BE | 42 | 31 |
| Octal | 52 | 264 | 317 | 120 | 15 | 0 | 23 | 276 | 102 | 61 |
| Binary | 101010 | 10110100 | 11001111 | 1010000 | 1101 | 0 | 10011 | 10111110 | 1000010 | 110001 |
Color Harmonies of #2AB4CF
Complementary color
Monochromatic Colors of #2AB4CF
Black with #2AB4CF
Text Example
Text Example
White with #2AB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB4CF; }
p { color: rgb(42,180,207); }
H1.HeaderClassName
{
color: #2AB4CF;
}
.AnyTagClassName
{
color: #2AB4CF;
}
</style>
background-color css
<style>
a { background-color: #2AB4CF; }
a { background-color: rgb(42,180,207); }
div.DivClassName
{
background-color: #2AB4CF;
}
.BgClassName
{
background-color: #2AB4CF;
}
</style>
border-color css
<style>
span { border-color: #2AB4CF; }
span { border-color: rgb(42,180,207); }
td.TdClassName
{
border-color: #2AB4CF;
}
.TagClassName
{
border-color: #2AB4CF;
}
</style>