Shades of Summer Sky #2ABDED
Tints of Summer Sky #2ABDED
RGB
CMYK
RGB Variations
Color information
#2ABDED (or 0x2ABDED) is known color: Summer Sky. HEX triplet: 2A, BD and ED. RGB value is (42,189,237). Sum of RGB (Red+Green+Blue) = 42+189+237=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ABDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABDED is #D54212. Grayscale: #969696. Windows color (decimal): -13976083 or 15580458. OLE color: 15580458.
HSL color Cylindrical-coordinate representation of color #2ABDED: hue angle of 194.77º 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 #2ABDED is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 189 | 237 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.07 |
| HSL | 194.77º | 0.84% | 0.55% | - |
| HSV(B) | 194.77º | 0.82% | 0.93% | - |
| XYZ | 34.44 | 43 | 86.61 | - |
| YUV | 150.52 | 176.8 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 237 | 0.82 | 0.20 | 0 | 0.07 | 194.77 | 0.84 | 0.55 |
| Hex | 2A | BD | ED | 52 | 14 | 0 | 7 | C3 | 54 | 37 |
| Octal | 52 | 275 | 355 | 122 | 24 | 0 | 7 | 303 | 124 | 67 |
| Binary | 101010 | 10111101 | 11101101 | 1010010 | 10100 | 0 | 111 | 11000011 | 1010100 | 110111 |
Color Harmonies of #2ABDED
Complementary color
Monochromatic Colors of #2ABDED
Black with #2ABDED
Text Example
Text Example
White with #2ABDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDED; }
p { color: rgb(42,189,237); }
H1.HeaderClassName
{
color: #2ABDED;
}
.AnyTagClassName
{
color: #2ABDED;
}
</style>
background-color css
<style>
a { background-color: #2ABDED; }
a { background-color: rgb(42,189,237); }
div.DivClassName
{
background-color: #2ABDED;
}
.BgClassName
{
background-color: #2ABDED;
}
</style>
border-color css
<style>
span { border-color: #2ABDED; }
span { border-color: rgb(42,189,237); }
td.TdClassName
{
border-color: #2ABDED;
}
.TagClassName
{
border-color: #2ABDED;
}
</style>