Shades of Summer Sky #2ABCCF
Tints of Summer Sky #2ABCCF
RGB
CMYK
RGB Variations
Color information
#2ABCCF (or 0x2ABCCF) is known color: Summer Sky. HEX triplet: 2A, BC and CF. RGB value is (42,188,207). Sum of RGB (Red+Green+Blue) = 42+188+207=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #2ABCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCCF is #D54330. Grayscale: #929292. Windows color (decimal): -13976369 or 13614122. OLE color: 13614122.
HSL color Cylindrical-coordinate representation of color #2ABCCF: hue angle of 186.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABCCF is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 188 | 207 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.19 |
| HSL | 186.91º | 0.66% | 0.49% | - |
| HSV(B) | 186.91º | 0.8% | 0.81% | - |
| XYZ | 30.2 | 40.96 | 65.35 | - |
| YUV | 146.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 207 | 0.80 | 0.09 | 0 | 0.19 | 186.91 | 0.66 | 0.49 |
| Hex | 2A | BC | CF | 50 | 9 | 0 | 13 | BB | 42 | 31 |
| Octal | 52 | 274 | 317 | 120 | 11 | 0 | 23 | 273 | 102 | 61 |
| Binary | 101010 | 10111100 | 11001111 | 1010000 | 1001 | 0 | 10011 | 10111011 | 1000010 | 110001 |
Color Harmonies of #2ABCCF
Complementary color
Monochromatic Colors of #2ABCCF
Black with #2ABCCF
Text Example
Text Example
White with #2ABCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCCF; }
p { color: rgb(42,188,207); }
H1.HeaderClassName
{
color: #2ABCCF;
}
.AnyTagClassName
{
color: #2ABCCF;
}
</style>
background-color css
<style>
a { background-color: #2ABCCF; }
a { background-color: rgb(42,188,207); }
div.DivClassName
{
background-color: #2ABCCF;
}
.BgClassName
{
background-color: #2ABCCF;
}
</style>
border-color css
<style>
span { border-color: #2ABCCF; }
span { border-color: rgb(42,188,207); }
td.TdClassName
{
border-color: #2ABCCF;
}
.TagClassName
{
border-color: #2ABCCF;
}
</style>