Shades of Summer Sky #25AFEC
Tints of Summer Sky #25AFEC
RGB
CMYK
RGB Variations
Color information
#25AFEC (or 0x25AFEC) is known color: Summer Sky. HEX triplet: 25, AF and EC. RGB value is (37,175,236). Sum of RGB (Red+Green+Blue) = 37+175+236=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #25AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25AFEC is #DA5013. Grayscale: #8C8C8C. Windows color (decimal): -14307348 or 15511333. OLE color: 15511333.
HSL color Cylindrical-coordinate representation of color #25AFEC: hue angle of 198.39º degrees, saturation: 0.84, 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 #25AFEC is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 175 | 236 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.07 |
| HSL | 198.39º | 0.84% | 0.54% | - |
| HSV(B) | 198.39º | 0.84% | 0.93% | - |
| XYZ | 31.23 | 37.11 | 84.87 | - |
| YUV | 140.69 | 181.78 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 236 | 0.84 | 0.26 | 0 | 0.07 | 198.39 | 0.84 | 0.54 |
| Hex | 25 | AF | EC | 54 | 1A | 0 | 7 | C6 | 54 | 36 |
| Octal | 45 | 257 | 354 | 124 | 32 | 0 | 7 | 306 | 124 | 66 |
| Binary | 100101 | 10101111 | 11101100 | 1010100 | 11010 | 0 | 111 | 11000110 | 1010100 | 110110 |
Color Harmonies of #25AFEC
Complementary color
Monochromatic Colors of #25AFEC
Black with #25AFEC
Text Example
Text Example
White with #25AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AFEC; }
p { color: rgb(37,175,236); }
H1.HeaderClassName
{
color: #25AFEC;
}
.AnyTagClassName
{
color: #25AFEC;
}
</style>
background-color css
<style>
a { background-color: #25AFEC; }
a { background-color: rgb(37,175,236); }
div.DivClassName
{
background-color: #25AFEC;
}
.BgClassName
{
background-color: #25AFEC;
}
</style>
border-color css
<style>
span { border-color: #25AFEC; }
span { border-color: rgb(37,175,236); }
td.TdClassName
{
border-color: #25AFEC;
}
.TagClassName
{
border-color: #25AFEC;
}
</style>