Shades of Summer Sky #2ABDDE
Tints of Summer Sky #2ABDDE
RGB
CMYK
RGB Variations
Color information
#2ABDDE (or 0x2ABDDE) is known color: Summer Sky. HEX triplet: 2A, BD and DE. RGB value is (42,189,222). Sum of RGB (Red+Green+Blue) = 42+189+222=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #2ABDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDDE is #D54221. Grayscale: #949494. Windows color (decimal): -13976098 or 14597418. OLE color: 14597418.
HSL color Cylindrical-coordinate representation of color #2ABDDE: hue angle of 191º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABDDE is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 189 | 222 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.13 |
| HSL | 191º | 0.73% | 0.52% | - |
| HSV(B) | 191º | 0.81% | 0.87% | - |
| XYZ | 32.34 | 42.16 | 75.54 | - |
| YUV | 148.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 222 | 0.81 | 0.15 | 0 | 0.13 | 191 | 0.73 | 0.52 |
| Hex | 2A | BD | DE | 51 | F | 0 | D | BF | 49 | 34 |
| Octal | 52 | 275 | 336 | 121 | 17 | 0 | 15 | 277 | 111 | 64 |
| Binary | 101010 | 10111101 | 11011110 | 1010001 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110100 |
Color Harmonies of #2ABDDE
Complementary color
Monochromatic Colors of #2ABDDE
Black with #2ABDDE
Text Example
Text Example
White with #2ABDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDDE; }
p { color: rgb(42,189,222); }
H1.HeaderClassName
{
color: #2ABDDE;
}
.AnyTagClassName
{
color: #2ABDDE;
}
</style>
background-color css
<style>
a { background-color: #2ABDDE; }
a { background-color: rgb(42,189,222); }
div.DivClassName
{
background-color: #2ABDDE;
}
.BgClassName
{
background-color: #2ABDDE;
}
</style>
border-color css
<style>
span { border-color: #2ABDDE; }
span { border-color: rgb(42,189,222); }
td.TdClassName
{
border-color: #2ABDDE;
}
.TagClassName
{
border-color: #2ABDDE;
}
</style>