Shades of Summer Sky #25BDED
Tints of Summer Sky #25BDED
RGB
CMYK
RGB Variations
Color information
#25BDED (or 0x25BDED) is known color: Summer Sky. HEX triplet: 25, BD and ED. RGB value is (37,189,237). Sum of RGB (Red+Green+Blue) = 37+189+237=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #25BDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BDED is #DA4212. Grayscale: #949494. Windows color (decimal): -14303763 or 15580453. OLE color: 15580453.
HSL color Cylindrical-coordinate representation of color #25BDED: hue angle of 194.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BDED is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 189 | 237 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.07 |
| HSL | 194.4º | 0.85% | 0.54% | - |
| HSV(B) | 194.4º | 0.84% | 0.93% | - |
| XYZ | 34.25 | 42.9 | 86.6 | - |
| YUV | 149.02 | 177.64 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 237 | 0.84 | 0.20 | 0 | 0.07 | 194.4 | 0.85 | 0.54 |
| Hex | 25 | BD | ED | 54 | 14 | 0 | 7 | C2 | 55 | 36 |
| Octal | 45 | 275 | 355 | 124 | 24 | 0 | 7 | 302 | 125 | 66 |
| Binary | 100101 | 10111101 | 11101101 | 1010100 | 10100 | 0 | 111 | 11000010 | 1010101 | 110110 |
Color Harmonies of #25BDED
Complementary color
Monochromatic Colors of #25BDED
Black with #25BDED
Text Example
Text Example
White with #25BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDED; }
p { color: rgb(37,189,237); }
H1.HeaderClassName
{
color: #25BDED;
}
.AnyTagClassName
{
color: #25BDED;
}
</style>
background-color css
<style>
a { background-color: #25BDED; }
a { background-color: rgb(37,189,237); }
div.DivClassName
{
background-color: #25BDED;
}
.BgClassName
{
background-color: #25BDED;
}
</style>
border-color css
<style>
span { border-color: #25BDED; }
span { border-color: rgb(37,189,237); }
td.TdClassName
{
border-color: #25BDED;
}
.TagClassName
{
border-color: #25BDED;
}
</style>