Shades of Summer Sky #25AAD3
Tints of Summer Sky #25AAD3
RGB
CMYK
RGB Variations
Color information
#25AAD3 (or 0x25AAD3) is known color: Summer Sky. HEX triplet: 25, AA and D3. RGB value is (37,170,211). Sum of RGB (Red+Green+Blue) = 37+170+211=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #25AAD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AAD3 is #DA552C. Grayscale: #868686. Windows color (decimal): -14308653 or 13871653. OLE color: 13871653.
HSL color Cylindrical-coordinate representation of color #25AAD3: hue angle of 194.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25AAD3 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 170 | 211 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.17 |
| HSL | 194.14º | 0.7% | 0.49% | - |
| HSV(B) | 194.14º | 0.82% | 0.83% | - |
| XYZ | 26.9 | 33.85 | 66.74 | - |
| YUV | 134.91 | 170.94 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 211 | 0.82 | 0.19 | 0 | 0.17 | 194.14 | 0.7 | 0.49 |
| Hex | 25 | AA | D3 | 52 | 13 | 0 | 11 | C2 | 46 | 31 |
| Octal | 45 | 252 | 323 | 122 | 23 | 0 | 21 | 302 | 106 | 61 |
| Binary | 100101 | 10101010 | 11010011 | 1010010 | 10011 | 0 | 10001 | 11000010 | 1000110 | 110001 |
Color Harmonies of #25AAD3
Complementary color
Monochromatic Colors of #25AAD3
Black with #25AAD3
Text Example
Text Example
White with #25AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AAD3; }
p { color: rgb(37,170,211); }
H1.HeaderClassName
{
color: #25AAD3;
}
.AnyTagClassName
{
color: #25AAD3;
}
</style>
background-color css
<style>
a { background-color: #25AAD3; }
a { background-color: rgb(37,170,211); }
div.DivClassName
{
background-color: #25AAD3;
}
.BgClassName
{
background-color: #25AAD3;
}
</style>
border-color css
<style>
span { border-color: #25AAD3; }
span { border-color: rgb(37,170,211); }
td.TdClassName
{
border-color: #25AAD3;
}
.TagClassName
{
border-color: #25AAD3;
}
</style>