Shades of Summer Sky #25BAE1
Tints of Summer Sky #25BAE1
RGB
CMYK
RGB Variations
Color information
#25BAE1 (or 0x25BAE1) is known color: Summer Sky. HEX triplet: 25, BA and E1. RGB value is (37,186,225). Sum of RGB (Red+Green+Blue) = 37+186+225=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #25BAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BAE1 is #DA451E. Grayscale: #919191. Windows color (decimal): -14304543 or 14793253. OLE color: 14793253.
HSL color Cylindrical-coordinate representation of color #25BAE1: hue angle of 192.45º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BAE1 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 186 | 225 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.12 |
| HSL | 192.45º | 0.76% | 0.51% | - |
| HSV(B) | 192.45º | 0.84% | 0.88% | - |
| XYZ | 31.91 | 40.95 | 77.46 | - |
| YUV | 145.9 | 172.64 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 225 | 0.84 | 0.17 | 0 | 0.12 | 192.45 | 0.76 | 0.51 |
| Hex | 25 | BA | E1 | 54 | 11 | 0 | C | C0 | 4C | 33 |
| Octal | 45 | 272 | 341 | 124 | 21 | 0 | 14 | 300 | 114 | 63 |
| Binary | 100101 | 10111010 | 11100001 | 1010100 | 10001 | 0 | 1100 | 11000000 | 1001100 | 110011 |
Color Harmonies of #25BAE1
Complementary color
Monochromatic Colors of #25BAE1
Black with #25BAE1
Text Example
Text Example
White with #25BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BAE1; }
p { color: rgb(37,186,225); }
H1.HeaderClassName
{
color: #25BAE1;
}
.AnyTagClassName
{
color: #25BAE1;
}
</style>
background-color css
<style>
a { background-color: #25BAE1; }
a { background-color: rgb(37,186,225); }
div.DivClassName
{
background-color: #25BAE1;
}
.BgClassName
{
background-color: #25BAE1;
}
</style>
border-color css
<style>
span { border-color: #25BAE1; }
span { border-color: rgb(37,186,225); }
td.TdClassName
{
border-color: #25BAE1;
}
.TagClassName
{
border-color: #25BAE1;
}
</style>