Shades of Summer Sky #2ABFDF
Tints of Summer Sky #2ABFDF
RGB
CMYK
RGB Variations
Color information
#2ABFDF (or 0x2ABFDF) is known color: Summer Sky. HEX triplet: 2A, BF and DF. RGB value is (42,191,223). Sum of RGB (Red+Green+Blue) = 42+191+223=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ABFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFDF is #D54020. Grayscale: #959595. Windows color (decimal): -13975585 or 14663466. OLE color: 14663466.
HSL color Cylindrical-coordinate representation of color #2ABFDF: hue angle of 190.61º 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 #2ABFDF is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 191 | 223 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.13 |
| HSL | 190.61º | 0.74% | 0.52% | - |
| HSV(B) | 190.61º | 0.81% | 0.87% | - |
| XYZ | 32.9 | 43.08 | 76.39 | - |
| YUV | 150.1 | 169.14 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 223 | 0.81 | 0.14 | 0 | 0.13 | 190.61 | 0.74 | 0.52 |
| Hex | 2A | BF | DF | 51 | E | 0 | D | BF | 4A | 34 |
| Octal | 52 | 277 | 337 | 121 | 16 | 0 | 15 | 277 | 112 | 64 |
| Binary | 101010 | 10111111 | 11011111 | 1010001 | 1110 | 0 | 1101 | 10111111 | 1001010 | 110100 |
Color Harmonies of #2ABFDF
Complementary color
Monochromatic Colors of #2ABFDF
Black with #2ABFDF
Text Example
Text Example
White with #2ABFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFDF; }
p { color: rgb(42,191,223); }
H1.HeaderClassName
{
color: #2ABFDF;
}
.AnyTagClassName
{
color: #2ABFDF;
}
</style>
background-color css
<style>
a { background-color: #2ABFDF; }
a { background-color: rgb(42,191,223); }
div.DivClassName
{
background-color: #2ABFDF;
}
.BgClassName
{
background-color: #2ABFDF;
}
</style>
border-color css
<style>
span { border-color: #2ABFDF; }
span { border-color: rgb(42,191,223); }
td.TdClassName
{
border-color: #2ABFDF;
}
.TagClassName
{
border-color: #2ABFDF;
}
</style>