Shades of Summer Sky #25BEEA
Tints of Summer Sky #25BEEA
RGB
CMYK
RGB Variations
Color information
#25BEEA (or 0x25BEEA) is known color: Summer Sky. HEX triplet: 25, BE and EA. RGB value is (37,190,234). Sum of RGB (Red+Green+Blue) = 37+190+234=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #25BEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BEEA is #DA4115. Grayscale: #949494. Windows color (decimal): -14303510 or 15384101. OLE color: 15384101.
HSL color Cylindrical-coordinate representation of color #25BEEA: hue angle of 193.4º degrees, saturation: 0.82, 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 #25BEEA is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 190 | 234 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.08 |
| HSL | 193.4º | 0.82% | 0.53% | - |
| HSV(B) | 193.4º | 0.84% | 0.92% | - |
| XYZ | 34.03 | 43.16 | 84.38 | - |
| YUV | 149.27 | 175.81 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 234 | 0.84 | 0.19 | 0 | 0.08 | 193.4 | 0.82 | 0.53 |
| Hex | 25 | BE | EA | 54 | 13 | 0 | 8 | C1 | 52 | 35 |
| Octal | 45 | 276 | 352 | 124 | 23 | 0 | 10 | 301 | 122 | 65 |
| Binary | 100101 | 10111110 | 11101010 | 1010100 | 10011 | 0 | 1000 | 11000001 | 1010010 | 110101 |
Color Harmonies of #25BEEA
Complementary color
Monochromatic Colors of #25BEEA
Black with #25BEEA
Text Example
Text Example
White with #25BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BEEA; }
p { color: rgb(37,190,234); }
H1.HeaderClassName
{
color: #25BEEA;
}
.AnyTagClassName
{
color: #25BEEA;
}
</style>
background-color css
<style>
a { background-color: #25BEEA; }
a { background-color: rgb(37,190,234); }
div.DivClassName
{
background-color: #25BEEA;
}
.BgClassName
{
background-color: #25BEEA;
}
</style>
border-color css
<style>
span { border-color: #25BEEA; }
span { border-color: rgb(37,190,234); }
td.TdClassName
{
border-color: #25BEEA;
}
.TagClassName
{
border-color: #25BEEA;
}
</style>