Shades of Summer Sky #2ABCDF
Tints of Summer Sky #2ABCDF
RGB
CMYK
RGB Variations
Color information
#2ABCDF (or 0x2ABCDF) is known color: Summer Sky. HEX triplet: 2A, BC and DF. RGB value is (42,188,223). Sum of RGB (Red+Green+Blue) = 42+188+223=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ABCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCDF is #D54320. Grayscale: #949494. Windows color (decimal): -13976353 or 14662698. OLE color: 14662698.
HSL color Cylindrical-coordinate representation of color #2ABCDF: hue angle of 191.6º 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 #2ABCDF is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 188 | 223 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.13 |
| HSL | 191.6º | 0.74% | 0.52% | - |
| HSV(B) | 191.6º | 0.81% | 0.87% | - |
| XYZ | 32.26 | 41.79 | 76.18 | - |
| YUV | 148.34 | 170.13 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 223 | 0.81 | 0.16 | 0 | 0.13 | 191.6 | 0.74 | 0.52 |
| Hex | 2A | BC | DF | 51 | 10 | 0 | D | C0 | 4A | 34 |
| Octal | 52 | 274 | 337 | 121 | 20 | 0 | 15 | 300 | 112 | 64 |
| Binary | 101010 | 10111100 | 11011111 | 1010001 | 10000 | 0 | 1101 | 11000000 | 1001010 | 110100 |
Color Harmonies of #2ABCDF
Complementary color
Monochromatic Colors of #2ABCDF
Black with #2ABCDF
Text Example
Text Example
White with #2ABCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCDF; }
p { color: rgb(42,188,223); }
H1.HeaderClassName
{
color: #2ABCDF;
}
.AnyTagClassName
{
color: #2ABCDF;
}
</style>
background-color css
<style>
a { background-color: #2ABCDF; }
a { background-color: rgb(42,188,223); }
div.DivClassName
{
background-color: #2ABCDF;
}
.BgClassName
{
background-color: #2ABCDF;
}
</style>
border-color css
<style>
span { border-color: #2ABCDF; }
span { border-color: rgb(42,188,223); }
td.TdClassName
{
border-color: #2ABCDF;
}
.TagClassName
{
border-color: #2ABCDF;
}
</style>