Shades of Summer Sky #25ABED
Tints of Summer Sky #25ABED
RGB
CMYK
RGB Variations
Color information
#25ABED (or 0x25ABED) is known color: Summer Sky. HEX triplet: 25, AB and ED. RGB value is (37,171,237). Sum of RGB (Red+Green+Blue) = 37+171+237=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #25ABED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ABED is #DA5412. Grayscale: #8A8A8A. Windows color (decimal): -14308371 or 15575845. OLE color: 15575845.
HSL color Cylindrical-coordinate representation of color #25ABED: hue angle of 199.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25ABED is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 171 | 237 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.07 |
| HSL | 199.8º | 0.85% | 0.54% | - |
| HSV(B) | 199.8º | 0.84% | 0.93% | - |
| XYZ | 30.61 | 35.63 | 85.39 | - |
| YUV | 138.46 | 183.61 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 237 | 0.84 | 0.28 | 0 | 0.07 | 199.8 | 0.85 | 0.54 |
| Hex | 25 | AB | ED | 54 | 1C | 0 | 7 | C8 | 55 | 36 |
| Octal | 45 | 253 | 355 | 124 | 34 | 0 | 7 | 310 | 125 | 66 |
| Binary | 100101 | 10101011 | 11101101 | 1010100 | 11100 | 0 | 111 | 11001000 | 1010101 | 110110 |
Color Harmonies of #25ABED
Complementary color
Monochromatic Colors of #25ABED
Black with #25ABED
Text Example
Text Example
White with #25ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABED; }
p { color: rgb(37,171,237); }
H1.HeaderClassName
{
color: #25ABED;
}
.AnyTagClassName
{
color: #25ABED;
}
</style>
background-color css
<style>
a { background-color: #25ABED; }
a { background-color: rgb(37,171,237); }
div.DivClassName
{
background-color: #25ABED;
}
.BgClassName
{
background-color: #25ABED;
}
</style>
border-color css
<style>
span { border-color: #25ABED; }
span { border-color: rgb(37,171,237); }
td.TdClassName
{
border-color: #25ABED;
}
.TagClassName
{
border-color: #25ABED;
}
</style>