Shades of Summer Sky #25BAE6
Tints of Summer Sky #25BAE6
RGB
CMYK
RGB Variations
Color information
#25BAE6 (or 0x25BAE6) is known color: Summer Sky. HEX triplet: 25, BA and E6. RGB value is (37,186,230). Sum of RGB (Red+Green+Blue) = 37+186+230=453 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.17% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #25BAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BAE6 is #DA4519. Grayscale: #929292. Windows color (decimal): -14304538 or 15120933. OLE color: 15120933.
HSL color Cylindrical-coordinate representation of color #25BAE6: hue angle of 193.68º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BAE6 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 186 | 230 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.10 |
| HSL | 193.68º | 0.79% | 0.52% | - |
| HSV(B) | 193.68º | 0.84% | 0.9% | - |
| XYZ | 32.6 | 41.22 | 81.1 | - |
| YUV | 146.47 | 175.14 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 230 | 0.84 | 0.19 | 0 | 0.10 | 193.68 | 0.79 | 0.52 |
| Hex | 25 | BA | E6 | 54 | 13 | 0 | A | C2 | 4F | 34 |
| Octal | 45 | 272 | 346 | 124 | 23 | 0 | 12 | 302 | 117 | 64 |
| Binary | 100101 | 10111010 | 11100110 | 1010100 | 10011 | 0 | 1010 | 11000010 | 1001111 | 110100 |
Color Harmonies of #25BAE6
Complementary color
Monochromatic Colors of #25BAE6
Black with #25BAE6
Text Example
Text Example
White with #25BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BAE6; }
p { color: rgb(37,186,230); }
H1.HeaderClassName
{
color: #25BAE6;
}
.AnyTagClassName
{
color: #25BAE6;
}
</style>
background-color css
<style>
a { background-color: #25BAE6; }
a { background-color: rgb(37,186,230); }
div.DivClassName
{
background-color: #25BAE6;
}
.BgClassName
{
background-color: #25BAE6;
}
</style>
border-color css
<style>
span { border-color: #25BAE6; }
span { border-color: rgb(37,186,230); }
td.TdClassName
{
border-color: #25BAE6;
}
.TagClassName
{
border-color: #25BAE6;
}
</style>