Shades of Summer Sky #25C2CD
Tints of Summer Sky #25C2CD
RGB
CMYK
RGB Variations
Color information
#25C2CD (or 0x25C2CD) is known color: Summer Sky. HEX triplet: 25, C2 and CD. RGB value is (37,194,205). Sum of RGB (Red+Green+Blue) = 37+194+205=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #25C2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C2CD is #DA3D32. Grayscale: #949494. Windows color (decimal): -14302515 or 13484581. OLE color: 13484581.
HSL color Cylindrical-coordinate representation of color #25C2CD: hue angle of 183.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C2CD is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 194 | 205 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.20 |
| HSL | 183.93º | 0.69% | 0.47% | - |
| HSV(B) | 183.93º | 0.82% | 0.8% | - |
| XYZ | 31.07 | 43.38 | 64.49 | - |
| YUV | 148.31 | 159.99 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 194 | 205 | 0.82 | 0.05 | 0 | 0.20 | 183.93 | 0.69 | 0.47 |
| Hex | 25 | C2 | CD | 52 | 5 | 0 | 14 | B8 | 45 | 2F |
| Octal | 45 | 302 | 315 | 122 | 5 | 0 | 24 | 270 | 105 | 57 |
| Binary | 100101 | 11000010 | 11001101 | 1010010 | 101 | 0 | 10100 | 10111000 | 1000101 | 101111 |
Color Harmonies of #25C2CD
Complementary color
Monochromatic Colors of #25C2CD
Black with #25C2CD
Text Example
Text Example
White with #25C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C2CD; }
p { color: rgb(37,194,205); }
H1.HeaderClassName
{
color: #25C2CD;
}
.AnyTagClassName
{
color: #25C2CD;
}
</style>
background-color css
<style>
a { background-color: #25C2CD; }
a { background-color: rgb(37,194,205); }
div.DivClassName
{
background-color: #25C2CD;
}
.BgClassName
{
background-color: #25C2CD;
}
</style>
border-color css
<style>
span { border-color: #25C2CD; }
span { border-color: rgb(37,194,205); }
td.TdClassName
{
border-color: #25C2CD;
}
.TagClassName
{
border-color: #25C2CD;
}
</style>