Shades of Summer Sky #2ABFCA
Tints of Summer Sky #2ABFCA
RGB
CMYK
RGB Variations
Color information
#2ABFCA (or 0x2ABFCA) is known color: Summer Sky. HEX triplet: 2A, BF and CA. RGB value is (42,191,202). Sum of RGB (Red+Green+Blue) = 42+191+202=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #2ABFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFCA is #D54035. Grayscale: #939393. Windows color (decimal): -13975606 or 13287210. OLE color: 13287210.
HSL color Cylindrical-coordinate representation of color #2ABFCA: hue angle of 184.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABFCA is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 191 | 202 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.21 |
| HSL | 184.13º | 0.66% | 0.48% | - |
| HSV(B) | 184.13º | 0.79% | 0.79% | - |
| XYZ | 30.25 | 42.02 | 62.39 | - |
| YUV | 147.7 | 158.64 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 202 | 0.79 | 0.05 | 0 | 0.21 | 184.13 | 0.66 | 0.48 |
| Hex | 2A | BF | CA | 4F | 5 | 0 | 15 | B8 | 42 | 30 |
| Octal | 52 | 277 | 312 | 117 | 5 | 0 | 25 | 270 | 102 | 60 |
| Binary | 101010 | 10111111 | 11001010 | 1001111 | 101 | 0 | 10101 | 10111000 | 1000010 | 110000 |
Color Harmonies of #2ABFCA
Complementary color
Monochromatic Colors of #2ABFCA
Black with #2ABFCA
Text Example
Text Example
White with #2ABFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFCA; }
p { color: rgb(42,191,202); }
H1.HeaderClassName
{
color: #2ABFCA;
}
.AnyTagClassName
{
color: #2ABFCA;
}
</style>
background-color css
<style>
a { background-color: #2ABFCA; }
a { background-color: rgb(42,191,202); }
div.DivClassName
{
background-color: #2ABFCA;
}
.BgClassName
{
background-color: #2ABFCA;
}
</style>
border-color css
<style>
span { border-color: #2ABFCA; }
span { border-color: rgb(42,191,202); }
td.TdClassName
{
border-color: #2ABFCA;
}
.TagClassName
{
border-color: #2ABFCA;
}
</style>