Shades of Summer Sky #25C0DD
Tints of Summer Sky #25C0DD
RGB
CMYK
RGB Variations
Color information
#25C0DD (or 0x25C0DD) is known color: Summer Sky. HEX triplet: 25, C0 and DD. RGB value is (37,192,221). Sum of RGB (Red+Green+Blue) = 37+192+221=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #25C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C0DD is #DA3F22. Grayscale: #949494. Windows color (decimal): -14303011 or 14532645. OLE color: 14532645.
HSL color Cylindrical-coordinate representation of color #25C0DD: hue angle of 189.46º 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 #25C0DD is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 192 | 221 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.13 |
| HSL | 189.46º | 0.73% | 0.51% | - |
| HSV(B) | 189.46º | 0.83% | 0.87% | - |
| XYZ | 32.66 | 43.31 | 75.05 | - |
| YUV | 148.96 | 168.65 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 192 | 221 | 0.83 | 0.13 | 0 | 0.13 | 189.46 | 0.73 | 0.51 |
| Hex | 25 | C0 | DD | 53 | D | 0 | D | BD | 49 | 33 |
| Octal | 45 | 300 | 335 | 123 | 15 | 0 | 15 | 275 | 111 | 63 |
| Binary | 100101 | 11000000 | 11011101 | 1010011 | 1101 | 0 | 1101 | 10111101 | 1001001 | 110011 |
Color Harmonies of #25C0DD
Complementary color
Monochromatic Colors of #25C0DD
Black with #25C0DD
Text Example
Text Example
White with #25C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C0DD; }
p { color: rgb(37,192,221); }
H1.HeaderClassName
{
color: #25C0DD;
}
.AnyTagClassName
{
color: #25C0DD;
}
</style>
background-color css
<style>
a { background-color: #25C0DD; }
a { background-color: rgb(37,192,221); }
div.DivClassName
{
background-color: #25C0DD;
}
.BgClassName
{
background-color: #25C0DD;
}
</style>
border-color css
<style>
span { border-color: #25C0DD; }
span { border-color: rgb(37,192,221); }
td.TdClassName
{
border-color: #25C0DD;
}
.TagClassName
{
border-color: #25C0DD;
}
</style>