Shades of Summer Sky #2ABFDC
Tints of Summer Sky #2ABFDC
RGB
CMYK
RGB Variations
Color information
#2ABFDC (or 0x2ABFDC) is known color: Summer Sky. HEX triplet: 2A, BF and DC. RGB value is (42,191,220). Sum of RGB (Red+Green+Blue) = 42+191+220=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ABFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFDC is #D54023. Grayscale: #959595. Windows color (decimal): -13975588 or 14466858. OLE color: 14466858.
HSL color Cylindrical-coordinate representation of color #2ABFDC: hue angle of 189.78º 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 #2ABFDC is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 191 | 220 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.14 |
| HSL | 189.78º | 0.72% | 0.51% | - |
| HSV(B) | 189.78º | 0.81% | 0.86% | - |
| XYZ | 32.5 | 42.92 | 74.28 | - |
| YUV | 149.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 220 | 0.81 | 0.13 | 0 | 0.14 | 189.78 | 0.72 | 0.51 |
| Hex | 2A | BF | DC | 51 | D | 0 | E | BE | 48 | 33 |
| Octal | 52 | 277 | 334 | 121 | 15 | 0 | 16 | 276 | 110 | 63 |
| Binary | 101010 | 10111111 | 11011100 | 1010001 | 1101 | 0 | 1110 | 10111110 | 1001000 | 110011 |
Color Harmonies of #2ABFDC
Complementary color
Monochromatic Colors of #2ABFDC
Black with #2ABFDC
Text Example
Text Example
White with #2ABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFDC; }
p { color: rgb(42,191,220); }
H1.HeaderClassName
{
color: #2ABFDC;
}
.AnyTagClassName
{
color: #2ABFDC;
}
</style>
background-color css
<style>
a { background-color: #2ABFDC; }
a { background-color: rgb(42,191,220); }
div.DivClassName
{
background-color: #2ABFDC;
}
.BgClassName
{
background-color: #2ABFDC;
}
</style>
border-color css
<style>
span { border-color: #2ABFDC; }
span { border-color: rgb(42,191,220); }
td.TdClassName
{
border-color: #2ABFDC;
}
.TagClassName
{
border-color: #2ABFDC;
}
</style>