Shades of Summer Sky #25BED8
Tints of Summer Sky #25BED8
RGB
CMYK
RGB Variations
Color information
#25BED8 (or 0x25BED8) is known color: Summer Sky. HEX triplet: 25, BE and D8. RGB value is (37,190,216). Sum of RGB (Red+Green+Blue) = 37+190+216=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #25BED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BED8 is #DA4127. Grayscale: #929292. Windows color (decimal): -14303528 or 14204453. OLE color: 14204453.
HSL color Cylindrical-coordinate representation of color #25BED8: hue angle of 188.72º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BED8 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 190 | 216 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.15 |
| HSL | 188.72º | 0.71% | 0.5% | - |
| HSV(B) | 188.72º | 0.83% | 0.85% | - |
| XYZ | 31.57 | 42.18 | 71.44 | - |
| YUV | 147.22 | 166.81 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 216 | 0.83 | 0.12 | 0 | 0.15 | 188.72 | 0.71 | 0.5 |
| Hex | 25 | BE | D8 | 53 | C | 0 | F | BD | 47 | 32 |
| Octal | 45 | 276 | 330 | 123 | 14 | 0 | 17 | 275 | 107 | 62 |
| Binary | 100101 | 10111110 | 11011000 | 1010011 | 1100 | 0 | 1111 | 10111101 | 1000111 | 110010 |
Color Harmonies of #25BED8
Complementary color
Monochromatic Colors of #25BED8
Black with #25BED8
Text Example
Text Example
White with #25BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BED8; }
p { color: rgb(37,190,216); }
H1.HeaderClassName
{
color: #25BED8;
}
.AnyTagClassName
{
color: #25BED8;
}
</style>
background-color css
<style>
a { background-color: #25BED8; }
a { background-color: rgb(37,190,216); }
div.DivClassName
{
background-color: #25BED8;
}
.BgClassName
{
background-color: #25BED8;
}
</style>
border-color css
<style>
span { border-color: #25BED8; }
span { border-color: rgb(37,190,216); }
td.TdClassName
{
border-color: #25BED8;
}
.TagClassName
{
border-color: #25BED8;
}
</style>