Shades of Summer Sky #2ABDEE
Tints of Summer Sky #2ABDEE
RGB
CMYK
RGB Variations
Color information
#2ABDEE (or 0x2ABDEE) is known color: Summer Sky. HEX triplet: 2A, BD and EE. RGB value is (42,189,238). Sum of RGB (Red+Green+Blue) = 42+189+238=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ABDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABDEE is #D54211. Grayscale: #969696. Windows color (decimal): -13976082 or 15645994. OLE color: 15645994.
HSL color Cylindrical-coordinate representation of color #2ABDEE: hue angle of 195º degrees, saturation: 0.85, 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 #2ABDEE is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 189 | 238 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.07 |
| HSL | 195º | 0.85% | 0.55% | - |
| HSV(B) | 195º | 0.82% | 0.93% | - |
| XYZ | 34.59 | 43.06 | 87.38 | - |
| YUV | 150.63 | 177.3 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 238 | 0.82 | 0.21 | 0 | 0.07 | 195 | 0.85 | 0.55 |
| Hex | 2A | BD | EE | 52 | 15 | 0 | 7 | C3 | 55 | 37 |
| Octal | 52 | 275 | 356 | 122 | 25 | 0 | 7 | 303 | 125 | 67 |
| Binary | 101010 | 10111101 | 11101110 | 1010010 | 10101 | 0 | 111 | 11000011 | 1010101 | 110111 |
Color Harmonies of #2ABDEE
Complementary color
Monochromatic Colors of #2ABDEE
Black with #2ABDEE
Text Example
Text Example
White with #2ABDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDEE; }
p { color: rgb(42,189,238); }
H1.HeaderClassName
{
color: #2ABDEE;
}
.AnyTagClassName
{
color: #2ABDEE;
}
</style>
background-color css
<style>
a { background-color: #2ABDEE; }
a { background-color: rgb(42,189,238); }
div.DivClassName
{
background-color: #2ABDEE;
}
.BgClassName
{
background-color: #2ABDEE;
}
</style>
border-color css
<style>
span { border-color: #2ABDEE; }
span { border-color: rgb(42,189,238); }
td.TdClassName
{
border-color: #2ABDEE;
}
.TagClassName
{
border-color: #2ABDEE;
}
</style>