Shades of Summer Sky #2ABDDC
Tints of Summer Sky #2ABDDC
RGB
CMYK
RGB Variations
Color information
#2ABDDC (or 0x2ABDDC) is known color: Summer Sky. HEX triplet: 2A, BD and DC. RGB value is (42,189,220). Sum of RGB (Red+Green+Blue) = 42+189+220=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ABDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDDC is #D54223. Grayscale: #949494. Windows color (decimal): -13976100 or 14466346. OLE color: 14466346.
HSL color Cylindrical-coordinate representation of color #2ABDDC: hue angle of 190.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABDDC is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 189 | 220 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.14 |
| HSL | 190.45º | 0.72% | 0.51% | - |
| HSV(B) | 190.45º | 0.81% | 0.86% | - |
| XYZ | 32.07 | 42.05 | 74.14 | - |
| YUV | 148.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 220 | 0.81 | 0.14 | 0 | 0.14 | 190.45 | 0.72 | 0.51 |
| Hex | 2A | BD | DC | 51 | E | 0 | E | BE | 48 | 33 |
| Octal | 52 | 275 | 334 | 121 | 16 | 0 | 16 | 276 | 110 | 63 |
| Binary | 101010 | 10111101 | 11011100 | 1010001 | 1110 | 0 | 1110 | 10111110 | 1001000 | 110011 |
Color Harmonies of #2ABDDC
Complementary color
Monochromatic Colors of #2ABDDC
Black with #2ABDDC
Text Example
Text Example
White with #2ABDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDDC; }
p { color: rgb(42,189,220); }
H1.HeaderClassName
{
color: #2ABDDC;
}
.AnyTagClassName
{
color: #2ABDDC;
}
</style>
background-color css
<style>
a { background-color: #2ABDDC; }
a { background-color: rgb(42,189,220); }
div.DivClassName
{
background-color: #2ABDDC;
}
.BgClassName
{
background-color: #2ABDDC;
}
</style>
border-color css
<style>
span { border-color: #2ABDDC; }
span { border-color: rgb(42,189,220); }
td.TdClassName
{
border-color: #2ABDDC;
}
.TagClassName
{
border-color: #2ABDDC;
}
</style>