Shades of Summer Sky #25ABDC
Tints of Summer Sky #25ABDC
RGB
CMYK
RGB Variations
Color information
#25ABDC (or 0x25ABDC) is known color: Summer Sky. HEX triplet: 25, AB and DC. RGB value is (37,171,220). Sum of RGB (Red+Green+Blue) = 37+171+220=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #25ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABDC is #DA5423. Grayscale: #888888. Windows color (decimal): -14308388 or 14461733. OLE color: 14461733.
HSL color Cylindrical-coordinate representation of color #25ABDC: hue angle of 196.07º 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 #25ABDC is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 171 | 220 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.14 |
| HSL | 196.07º | 0.72% | 0.5% | - |
| HSV(B) | 196.07º | 0.83% | 0.86% | - |
| XYZ | 28.24 | 34.69 | 72.92 | - |
| YUV | 136.52 | 175.11 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 220 | 0.83 | 0.22 | 0 | 0.14 | 196.07 | 0.72 | 0.5 |
| Hex | 25 | AB | DC | 53 | 16 | 0 | E | C4 | 48 | 32 |
| Octal | 45 | 253 | 334 | 123 | 26 | 0 | 16 | 304 | 110 | 62 |
| Binary | 100101 | 10101011 | 11011100 | 1010011 | 10110 | 0 | 1110 | 11000100 | 1001000 | 110010 |
Color Harmonies of #25ABDC
Complementary color
Monochromatic Colors of #25ABDC
Black with #25ABDC
Text Example
Text Example
White with #25ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABDC; }
p { color: rgb(37,171,220); }
H1.HeaderClassName
{
color: #25ABDC;
}
.AnyTagClassName
{
color: #25ABDC;
}
</style>
background-color css
<style>
a { background-color: #25ABDC; }
a { background-color: rgb(37,171,220); }
div.DivClassName
{
background-color: #25ABDC;
}
.BgClassName
{
background-color: #25ABDC;
}
</style>
border-color css
<style>
span { border-color: #25ABDC; }
span { border-color: rgb(37,171,220); }
td.TdClassName
{
border-color: #25ABDC;
}
.TagClassName
{
border-color: #25ABDC;
}
</style>