Shades of Summer Sky #2ABFDD
Tints of Summer Sky #2ABFDD
RGB
CMYK
RGB Variations
Color information
#2ABFDD (or 0x2ABFDD) is known color: Summer Sky. HEX triplet: 2A, BF and DD. RGB value is (42,191,221). Sum of RGB (Red+Green+Blue) = 42+191+221=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ABFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFDD is #D54022. Grayscale: #959595. Windows color (decimal): -13975587 or 14532394. OLE color: 14532394.
HSL color Cylindrical-coordinate representation of color #2ABFDD: hue angle of 190.06º degrees, saturation: 0.72, 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 #2ABFDD is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 191 | 221 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.13 |
| HSL | 190.06º | 0.72% | 0.52% | - |
| HSV(B) | 190.06º | 0.81% | 0.87% | - |
| XYZ | 32.64 | 42.97 | 74.98 | - |
| YUV | 149.87 | 168.14 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 221 | 0.81 | 0.14 | 0 | 0.13 | 190.06 | 0.72 | 0.52 |
| Hex | 2A | BF | DD | 51 | E | 0 | D | BE | 48 | 34 |
| Octal | 52 | 277 | 335 | 121 | 16 | 0 | 15 | 276 | 110 | 64 |
| Binary | 101010 | 10111111 | 11011101 | 1010001 | 1110 | 0 | 1101 | 10111110 | 1001000 | 110100 |
Color Harmonies of #2ABFDD
Complementary color
Monochromatic Colors of #2ABFDD
Black with #2ABFDD
Text Example
Text Example
White with #2ABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFDD; }
p { color: rgb(42,191,221); }
H1.HeaderClassName
{
color: #2ABFDD;
}
.AnyTagClassName
{
color: #2ABFDD;
}
</style>
background-color css
<style>
a { background-color: #2ABFDD; }
a { background-color: rgb(42,191,221); }
div.DivClassName
{
background-color: #2ABFDD;
}
.BgClassName
{
background-color: #2ABFDD;
}
</style>
border-color css
<style>
span { border-color: #2ABFDD; }
span { border-color: rgb(42,191,221); }
td.TdClassName
{
border-color: #2ABFDD;
}
.TagClassName
{
border-color: #2ABFDD;
}
</style>