Shades of Summer Sky #2ABBED
Tints of Summer Sky #2ABBED
RGB
CMYK
RGB Variations
Color information
#2ABBED (or 0x2ABBED) is known color: Summer Sky. HEX triplet: 2A, BB and ED. RGB value is (42,187,237). Sum of RGB (Red+Green+Blue) = 42+187+237=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ABBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBED is #D54412. Grayscale: #959595. Windows color (decimal): -13976595 or 15579946. OLE color: 15579946.
HSL color Cylindrical-coordinate representation of color #2ABBED: hue angle of 195.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABBED is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 187 | 237 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.07 |
| HSL | 195.38º | 0.84% | 0.55% | - |
| HSV(B) | 195.38º | 0.82% | 0.93% | - |
| XYZ | 34.01 | 42.15 | 86.46 | - |
| YUV | 149.35 | 177.46 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 237 | 0.82 | 0.21 | 0 | 0.07 | 195.38 | 0.84 | 0.55 |
| Hex | 2A | BB | ED | 52 | 15 | 0 | 7 | C3 | 54 | 37 |
| Octal | 52 | 273 | 355 | 122 | 25 | 0 | 7 | 303 | 124 | 67 |
| Binary | 101010 | 10111011 | 11101101 | 1010010 | 10101 | 0 | 111 | 11000011 | 1010100 | 110111 |
Color Harmonies of #2ABBED
Complementary color
Monochromatic Colors of #2ABBED
Black with #2ABBED
Text Example
Text Example
White with #2ABBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBED; }
p { color: rgb(42,187,237); }
H1.HeaderClassName
{
color: #2ABBED;
}
.AnyTagClassName
{
color: #2ABBED;
}
</style>
background-color css
<style>
a { background-color: #2ABBED; }
a { background-color: rgb(42,187,237); }
div.DivClassName
{
background-color: #2ABBED;
}
.BgClassName
{
background-color: #2ABBED;
}
</style>
border-color css
<style>
span { border-color: #2ABBED; }
span { border-color: rgb(42,187,237); }
td.TdClassName
{
border-color: #2ABBED;
}
.TagClassName
{
border-color: #2ABBED;
}
</style>