Shades of Summer Sky #25BCE0
Tints of Summer Sky #25BCE0
RGB
CMYK
RGB Variations
Color information
#25BCE0 (or 0x25BCE0) is known color: Summer Sky. HEX triplet: 25, BC and E0. RGB value is (37,188,224). Sum of RGB (Red+Green+Blue) = 37+188+224=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #25BCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BCE0 is #DA431F. Grayscale: #929292. Windows color (decimal): -14304032 or 14728229. OLE color: 14728229.
HSL color Cylindrical-coordinate representation of color #25BCE0: hue angle of 191.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BCE0 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 188 | 224 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.12 |
| HSL | 191.55º | 0.75% | 0.51% | - |
| HSV(B) | 191.55º | 0.83% | 0.88% | - |
| XYZ | 32.2 | 41.74 | 76.88 | - |
| YUV | 146.96 | 171.47 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 224 | 0.83 | 0.16 | 0 | 0.12 | 191.55 | 0.75 | 0.51 |
| Hex | 25 | BC | E0 | 53 | 10 | 0 | C | C0 | 4B | 33 |
| Octal | 45 | 274 | 340 | 123 | 20 | 0 | 14 | 300 | 113 | 63 |
| Binary | 100101 | 10111100 | 11100000 | 1010011 | 10000 | 0 | 1100 | 11000000 | 1001011 | 110011 |
Color Harmonies of #25BCE0
Complementary color
Monochromatic Colors of #25BCE0
Black with #25BCE0
Text Example
Text Example
White with #25BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCE0; }
p { color: rgb(37,188,224); }
H1.HeaderClassName
{
color: #25BCE0;
}
.AnyTagClassName
{
color: #25BCE0;
}
</style>
background-color css
<style>
a { background-color: #25BCE0; }
a { background-color: rgb(37,188,224); }
div.DivClassName
{
background-color: #25BCE0;
}
.BgClassName
{
background-color: #25BCE0;
}
</style>
border-color css
<style>
span { border-color: #25BCE0; }
span { border-color: rgb(37,188,224); }
td.TdClassName
{
border-color: #25BCE0;
}
.TagClassName
{
border-color: #25BCE0;
}
</style>