Shades of Summer Sky #25BADD
Tints of Summer Sky #25BADD
RGB
CMYK
RGB Variations
Color information
#25BADD (or 0x25BADD) is known color: Summer Sky. HEX triplet: 25, BA and DD. RGB value is (37,186,221). Sum of RGB (Red+Green+Blue) = 37+186+221=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #25BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BADD is #DA4522. Grayscale: #919191. Windows color (decimal): -14304547 or 14531109. OLE color: 14531109.
HSL color Cylindrical-coordinate representation of color #25BADD: hue angle of 191.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BADD is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 186 | 221 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.13 |
| HSL | 191.41º | 0.73% | 0.51% | - |
| HSV(B) | 191.41º | 0.83% | 0.87% | - |
| XYZ | 31.37 | 40.73 | 74.62 | - |
| YUV | 145.44 | 170.64 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 221 | 0.83 | 0.16 | 0 | 0.13 | 191.41 | 0.73 | 0.51 |
| Hex | 25 | BA | DD | 53 | 10 | 0 | D | BF | 49 | 33 |
| Octal | 45 | 272 | 335 | 123 | 20 | 0 | 15 | 277 | 111 | 63 |
| Binary | 100101 | 10111010 | 11011101 | 1010011 | 10000 | 0 | 1101 | 10111111 | 1001001 | 110011 |
Color Harmonies of #25BADD
Complementary color
Monochromatic Colors of #25BADD
Black with #25BADD
Text Example
Text Example
White with #25BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BADD; }
p { color: rgb(37,186,221); }
H1.HeaderClassName
{
color: #25BADD;
}
.AnyTagClassName
{
color: #25BADD;
}
</style>
background-color css
<style>
a { background-color: #25BADD; }
a { background-color: rgb(37,186,221); }
div.DivClassName
{
background-color: #25BADD;
}
.BgClassName
{
background-color: #25BADD;
}
</style>
border-color css
<style>
span { border-color: #25BADD; }
span { border-color: rgb(37,186,221); }
td.TdClassName
{
border-color: #25BADD;
}
.TagClassName
{
border-color: #25BADD;
}
</style>