Shades of Summer Sky #25AFDD
Tints of Summer Sky #25AFDD
RGB
CMYK
RGB Variations
Color information
#25AFDD (or 0x25AFDD) is known color: Summer Sky. HEX triplet: 25, AF and DD. RGB value is (37,175,221). Sum of RGB (Red+Green+Blue) = 37+175+221=433 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.55% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #25AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFDD is #DA5022. Grayscale: #8A8A8A. Windows color (decimal): -14307363 or 14528293. OLE color: 14528293.
HSL color Cylindrical-coordinate representation of color #25AFDD: hue angle of 195º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25AFDD is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 175 | 221 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.13 |
| HSL | 195º | 0.73% | 0.51% | - |
| HSV(B) | 195º | 0.83% | 0.87% | - |
| XYZ | 29.14 | 36.27 | 73.87 | - |
| YUV | 138.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 221 | 0.83 | 0.21 | 0 | 0.13 | 195 | 0.73 | 0.51 |
| Hex | 25 | AF | DD | 53 | 15 | 0 | D | C3 | 49 | 33 |
| Octal | 45 | 257 | 335 | 123 | 25 | 0 | 15 | 303 | 111 | 63 |
| Binary | 100101 | 10101111 | 11011101 | 1010011 | 10101 | 0 | 1101 | 11000011 | 1001001 | 110011 |
Color Harmonies of #25AFDD
Complementary color
Monochromatic Colors of #25AFDD
Black with #25AFDD
Text Example
Text Example
White with #25AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AFDD; }
p { color: rgb(37,175,221); }
H1.HeaderClassName
{
color: #25AFDD;
}
.AnyTagClassName
{
color: #25AFDD;
}
</style>
background-color css
<style>
a { background-color: #25AFDD; }
a { background-color: rgb(37,175,221); }
div.DivClassName
{
background-color: #25AFDD;
}
.BgClassName
{
background-color: #25AFDD;
}
</style>
border-color css
<style>
span { border-color: #25AFDD; }
span { border-color: rgb(37,175,221); }
td.TdClassName
{
border-color: #25AFDD;
}
.TagClassName
{
border-color: #25AFDD;
}
</style>