Shades of Summer Sky #25BBEB
Tints of Summer Sky #25BBEB
RGB
CMYK
RGB Variations
Color information
#25BBEB (or 0x25BBEB) is known color: Summer Sky. HEX triplet: 25, BB and EB. RGB value is (37,187,235). Sum of RGB (Red+Green+Blue) = 37+187+235=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #25BBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BBEB is #DA4414. Grayscale: #939393. Windows color (decimal): -14304277 or 15448869. OLE color: 15448869.
HSL color Cylindrical-coordinate representation of color #25BBEB: hue angle of 194.55º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BBEB is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 187 | 235 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.08 |
| HSL | 194.55º | 0.83% | 0.53% | - |
| HSV(B) | 194.55º | 0.84% | 0.92% | - |
| XYZ | 33.53 | 41.93 | 84.92 | - |
| YUV | 147.62 | 177.31 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 235 | 0.84 | 0.20 | 0 | 0.08 | 194.55 | 0.83 | 0.53 |
| Hex | 25 | BB | EB | 54 | 14 | 0 | 8 | C3 | 53 | 35 |
| Octal | 45 | 273 | 353 | 124 | 24 | 0 | 10 | 303 | 123 | 65 |
| Binary | 100101 | 10111011 | 11101011 | 1010100 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110101 |
Color Harmonies of #25BBEB
Complementary color
Monochromatic Colors of #25BBEB
Black with #25BBEB
Text Example
Text Example
White with #25BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBEB; }
p { color: rgb(37,187,235); }
H1.HeaderClassName
{
color: #25BBEB;
}
.AnyTagClassName
{
color: #25BBEB;
}
</style>
background-color css
<style>
a { background-color: #25BBEB; }
a { background-color: rgb(37,187,235); }
div.DivClassName
{
background-color: #25BBEB;
}
.BgClassName
{
background-color: #25BBEB;
}
</style>
border-color css
<style>
span { border-color: #25BBEB; }
span { border-color: rgb(37,187,235); }
td.TdClassName
{
border-color: #25BBEB;
}
.TagClassName
{
border-color: #25BBEB;
}
</style>