Shades of Summer Sky #25BEDC
Tints of Summer Sky #25BEDC
RGB
CMYK
RGB Variations
Color information
#25BEDC (or 0x25BEDC) is known color: Summer Sky. HEX triplet: 25, BE and DC. RGB value is (37,190,220). Sum of RGB (Red+Green+Blue) = 37+190+220=447 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.28% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #25BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BEDC is #DA4123. Grayscale: #939393. Windows color (decimal): -14303524 or 14466597. OLE color: 14466597.
HSL color Cylindrical-coordinate representation of color #25BEDC: hue angle of 189.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BEDC is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 190 | 220 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.14 |
| HSL | 189.84º | 0.72% | 0.5% | - |
| HSV(B) | 189.84º | 0.83% | 0.86% | - |
| XYZ | 32.09 | 42.39 | 74.2 | - |
| YUV | 147.67 | 168.81 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 220 | 0.83 | 0.14 | 0 | 0.14 | 189.84 | 0.72 | 0.5 |
| Hex | 25 | BE | DC | 53 | E | 0 | E | BE | 48 | 32 |
| Octal | 45 | 276 | 334 | 123 | 16 | 0 | 16 | 276 | 110 | 62 |
| Binary | 100101 | 10111110 | 11011100 | 1010011 | 1110 | 0 | 1110 | 10111110 | 1001000 | 110010 |
Color Harmonies of #25BEDC
Complementary color
Monochromatic Colors of #25BEDC
Black with #25BEDC
Text Example
Text Example
White with #25BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BEDC; }
p { color: rgb(37,190,220); }
H1.HeaderClassName
{
color: #25BEDC;
}
.AnyTagClassName
{
color: #25BEDC;
}
</style>
background-color css
<style>
a { background-color: #25BEDC; }
a { background-color: rgb(37,190,220); }
div.DivClassName
{
background-color: #25BEDC;
}
.BgClassName
{
background-color: #25BEDC;
}
</style>
border-color css
<style>
span { border-color: #25BEDC; }
span { border-color: rgb(37,190,220); }
td.TdClassName
{
border-color: #25BEDC;
}
.TagClassName
{
border-color: #25BEDC;
}
</style>