Shades of Summer Sky #2AB0DF
Tints of Summer Sky #2AB0DF
RGB
CMYK
RGB Variations
Color information
#2AB0DF (or 0x2AB0DF) is known color: Summer Sky. HEX triplet: 2A, B0 and DF. RGB value is (42,176,223). Sum of RGB (Red+Green+Blue) = 42+176+223=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #2AB0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB0DF is #D54F20. Grayscale: #8C8C8C. Windows color (decimal): -13979425 or 14659626. OLE color: 14659626.
HSL color Cylindrical-coordinate representation of color #2AB0DF: hue angle of 195.58º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB0DF is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 176 | 223 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.13 |
| HSL | 195.58º | 0.74% | 0.52% | - |
| HSV(B) | 195.58º | 0.81% | 0.87% | - |
| XYZ | 29.8 | 36.87 | 75.36 | - |
| YUV | 141.29 | 174.11 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 223 | 0.81 | 0.21 | 0 | 0.13 | 195.58 | 0.74 | 0.52 |
| Hex | 2A | B0 | DF | 51 | 15 | 0 | D | C4 | 4A | 34 |
| Octal | 52 | 260 | 337 | 121 | 25 | 0 | 15 | 304 | 112 | 64 |
| Binary | 101010 | 10110000 | 11011111 | 1010001 | 10101 | 0 | 1101 | 11000100 | 1001010 | 110100 |
Color Harmonies of #2AB0DF
Complementary color
Monochromatic Colors of #2AB0DF
Black with #2AB0DF
Text Example
Text Example
White with #2AB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0DF; }
p { color: rgb(42,176,223); }
H1.HeaderClassName
{
color: #2AB0DF;
}
.AnyTagClassName
{
color: #2AB0DF;
}
</style>
background-color css
<style>
a { background-color: #2AB0DF; }
a { background-color: rgb(42,176,223); }
div.DivClassName
{
background-color: #2AB0DF;
}
.BgClassName
{
background-color: #2AB0DF;
}
</style>
border-color css
<style>
span { border-color: #2AB0DF; }
span { border-color: rgb(42,176,223); }
td.TdClassName
{
border-color: #2AB0DF;
}
.TagClassName
{
border-color: #2AB0DF;
}
</style>