Shades of Summer Sky #25ADD5
Tints of Summer Sky #25ADD5
RGB
CMYK
RGB Variations
Color information
#25ADD5 (or 0x25ADD5) is known color: Summer Sky. HEX triplet: 25, AD and D5. RGB value is (37,173,213). Sum of RGB (Red+Green+Blue) = 37+173+213=423 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.75% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #25ADD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ADD5 is #DA522A. Grayscale: #888888. Windows color (decimal): -14307883 or 14003493. OLE color: 14003493.
HSL color Cylindrical-coordinate representation of color #25ADD5: hue angle of 193.64º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25ADD5 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 173 | 213 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.16 |
| HSL | 193.64º | 0.7% | 0.49% | - |
| HSV(B) | 193.64º | 0.83% | 0.84% | - |
| XYZ | 27.72 | 35.08 | 68.26 | - |
| YUV | 136.9 | 170.94 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 213 | 0.83 | 0.19 | 0 | 0.16 | 193.64 | 0.7 | 0.49 |
| Hex | 25 | AD | D5 | 53 | 13 | 0 | 10 | C2 | 46 | 31 |
| Octal | 45 | 255 | 325 | 123 | 23 | 0 | 20 | 302 | 106 | 61 |
| Binary | 100101 | 10101101 | 11010101 | 1010011 | 10011 | 0 | 10000 | 11000010 | 1000110 | 110001 |
Color Harmonies of #25ADD5
Complementary color
Monochromatic Colors of #25ADD5
Black with #25ADD5
Text Example
Text Example
White with #25ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADD5; }
p { color: rgb(37,173,213); }
H1.HeaderClassName
{
color: #25ADD5;
}
.AnyTagClassName
{
color: #25ADD5;
}
</style>
background-color css
<style>
a { background-color: #25ADD5; }
a { background-color: rgb(37,173,213); }
div.DivClassName
{
background-color: #25ADD5;
}
.BgClassName
{
background-color: #25ADD5;
}
</style>
border-color css
<style>
span { border-color: #25ADD5; }
span { border-color: rgb(37,173,213); }
td.TdClassName
{
border-color: #25ADD5;
}
.TagClassName
{
border-color: #25ADD5;
}
</style>