Shades of Summer Sky #25ABDA
Tints of Summer Sky #25ABDA
RGB
CMYK
RGB Variations
Color information
#25ABDA (or 0x25ABDA) is known color: Summer Sky. HEX triplet: 25, AB and DA. RGB value is (37,171,218). Sum of RGB (Red+Green+Blue) = 37+171+218=426 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.69% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #25ABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABDA is #DA5425. Grayscale: #878787. Windows color (decimal): -14308390 or 14330661. OLE color: 14330661.
HSL color Cylindrical-coordinate representation of color #25ABDA: hue angle of 195.58º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25ABDA is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 171 | 218 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.15 |
| HSL | 195.58º | 0.71% | 0.5% | - |
| HSV(B) | 195.58º | 0.83% | 0.85% | - |
| XYZ | 27.98 | 34.58 | 71.53 | - |
| YUV | 136.29 | 174.11 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 218 | 0.83 | 0.22 | 0 | 0.15 | 195.58 | 0.71 | 0.5 |
| Hex | 25 | AB | DA | 53 | 16 | 0 | F | C4 | 47 | 32 |
| Octal | 45 | 253 | 332 | 123 | 26 | 0 | 17 | 304 | 107 | 62 |
| Binary | 100101 | 10101011 | 11011010 | 1010011 | 10110 | 0 | 1111 | 11000100 | 1000111 | 110010 |
Color Harmonies of #25ABDA
Complementary color
Monochromatic Colors of #25ABDA
Black with #25ABDA
Text Example
Text Example
White with #25ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABDA; }
p { color: rgb(37,171,218); }
H1.HeaderClassName
{
color: #25ABDA;
}
.AnyTagClassName
{
color: #25ABDA;
}
</style>
background-color css
<style>
a { background-color: #25ABDA; }
a { background-color: rgb(37,171,218); }
div.DivClassName
{
background-color: #25ABDA;
}
.BgClassName
{
background-color: #25ABDA;
}
</style>
border-color css
<style>
span { border-color: #25ABDA; }
span { border-color: rgb(37,171,218); }
td.TdClassName
{
border-color: #25ABDA;
}
.TagClassName
{
border-color: #25ABDA;
}
</style>