Shades of Summer Sky #25ABCE
Tints of Summer Sky #25ABCE
RGB
CMYK
RGB Variations
Color information
#25ABCE (or 0x25ABCE) is known color: Summer Sky. HEX triplet: 25, AB and CE. RGB value is (37,171,206). Sum of RGB (Red+Green+Blue) = 37+171+206=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #25ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABCE is #DA5431. Grayscale: #868686. Windows color (decimal): -14308402 or 13544229. OLE color: 13544229.
HSL color Cylindrical-coordinate representation of color #25ABCE: hue angle of 192.43º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25ABCE is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 171 | 206 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.19 |
| HSL | 192.43º | 0.7% | 0.48% | - |
| HSV(B) | 192.43º | 0.82% | 0.81% | - |
| XYZ | 26.47 | 33.98 | 63.56 | - |
| YUV | 134.92 | 168.11 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 206 | 0.82 | 0.17 | 0 | 0.19 | 192.43 | 0.7 | 0.48 |
| Hex | 25 | AB | CE | 52 | 11 | 0 | 13 | C0 | 46 | 30 |
| Octal | 45 | 253 | 316 | 122 | 21 | 0 | 23 | 300 | 106 | 60 |
| Binary | 100101 | 10101011 | 11001110 | 1010010 | 10001 | 0 | 10011 | 11000000 | 1000110 | 110000 |
Color Harmonies of #25ABCE
Complementary color
Monochromatic Colors of #25ABCE
Black with #25ABCE
Text Example
Text Example
White with #25ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABCE; }
p { color: rgb(37,171,206); }
H1.HeaderClassName
{
color: #25ABCE;
}
.AnyTagClassName
{
color: #25ABCE;
}
</style>
background-color css
<style>
a { background-color: #25ABCE; }
a { background-color: rgb(37,171,206); }
div.DivClassName
{
background-color: #25ABCE;
}
.BgClassName
{
background-color: #25ABCE;
}
</style>
border-color css
<style>
span { border-color: #25ABCE; }
span { border-color: rgb(37,171,206); }
td.TdClassName
{
border-color: #25ABCE;
}
.TagClassName
{
border-color: #25ABCE;
}
</style>