Shades of Summer Sky #2ABFCC
Tints of Summer Sky #2ABFCC
RGB
CMYK
RGB Variations
Color information
#2ABFCC (or 0x2ABFCC) is known color: Summer Sky. HEX triplet: 2A, BF and CC. RGB value is (42,191,204). Sum of RGB (Red+Green+Blue) = 42+191+204=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ABFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFCC is #D54033. Grayscale: #939393. Windows color (decimal): -13975604 or 13418282. OLE color: 13418282.
HSL color Cylindrical-coordinate representation of color #2ABFCC: hue angle of 184.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABFCC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 191 | 204 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.2 |
| HSL | 184.81º | 0.66% | 0.48% | - |
| HSV(B) | 184.81º | 0.79% | 0.8% | - |
| XYZ | 30.48 | 42.11 | 63.65 | - |
| YUV | 147.93 | 159.64 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 204 | 0.79 | 0.06 | 0 | 0.2 | 184.81 | 0.66 | 0.48 |
| Hex | 2A | BF | CC | 4F | 6 | 0 | 14 | B9 | 42 | 30 |
| Octal | 52 | 277 | 314 | 117 | 6 | 0 | 24 | 271 | 102 | 60 |
| Binary | 101010 | 10111111 | 11001100 | 1001111 | 110 | 0 | 10100 | 10111001 | 1000010 | 110000 |
Color Harmonies of #2ABFCC
Complementary color
Monochromatic Colors of #2ABFCC
Black with #2ABFCC
Text Example
Text Example
White with #2ABFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFCC; }
p { color: rgb(42,191,204); }
H1.HeaderClassName
{
color: #2ABFCC;
}
.AnyTagClassName
{
color: #2ABFCC;
}
</style>
background-color css
<style>
a { background-color: #2ABFCC; }
a { background-color: rgb(42,191,204); }
div.DivClassName
{
background-color: #2ABFCC;
}
.BgClassName
{
background-color: #2ABFCC;
}
</style>
border-color css
<style>
span { border-color: #2ABFCC; }
span { border-color: rgb(42,191,204); }
td.TdClassName
{
border-color: #2ABFCC;
}
.TagClassName
{
border-color: #2ABFCC;
}
</style>