Shades of Summer Sky #25AAD2
Tints of Summer Sky #25AAD2
RGB
CMYK
RGB Variations
Color information
#25AAD2 (or 0x25AAD2) is known color: Summer Sky. HEX triplet: 25, AA and D2. RGB value is (37,170,210). Sum of RGB (Red+Green+Blue) = 37+170+210=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #25AAD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AAD2 is #DA552D. Grayscale: #868686. Windows color (decimal): -14308654 or 13806117. OLE color: 13806117.
HSL color Cylindrical-coordinate representation of color #25AAD2: hue angle of 193.87º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25AAD2 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 170 | 210 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.18 |
| HSL | 193.87º | 0.7% | 0.48% | - |
| HSV(B) | 193.87º | 0.82% | 0.82% | - |
| XYZ | 26.77 | 33.8 | 66.09 | - |
| YUV | 134.79 | 170.44 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 210 | 0.82 | 0.19 | 0 | 0.18 | 193.87 | 0.7 | 0.48 |
| Hex | 25 | AA | D2 | 52 | 13 | 0 | 12 | C2 | 46 | 30 |
| Octal | 45 | 252 | 322 | 122 | 23 | 0 | 22 | 302 | 106 | 60 |
| Binary | 100101 | 10101010 | 11010010 | 1010010 | 10011 | 0 | 10010 | 11000010 | 1000110 | 110000 |
Color Harmonies of #25AAD2
Complementary color
Monochromatic Colors of #25AAD2
Black with #25AAD2
Text Example
Text Example
White with #25AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AAD2; }
p { color: rgb(37,170,210); }
H1.HeaderClassName
{
color: #25AAD2;
}
.AnyTagClassName
{
color: #25AAD2;
}
</style>
background-color css
<style>
a { background-color: #25AAD2; }
a { background-color: rgb(37,170,210); }
div.DivClassName
{
background-color: #25AAD2;
}
.BgClassName
{
background-color: #25AAD2;
}
</style>
border-color css
<style>
span { border-color: #25AAD2; }
span { border-color: rgb(37,170,210); }
td.TdClassName
{
border-color: #25AAD2;
}
.TagClassName
{
border-color: #25AAD2;
}
</style>