Shades of Summer Sky #25B8CA
Tints of Summer Sky #25B8CA
RGB
CMYK
RGB Variations
Color information
#25B8CA (or 0x25B8CA) is known color: Summer Sky. HEX triplet: 25, B8 and CA. RGB value is (37,184,202). Sum of RGB (Red+Green+Blue) = 37+184+202=423 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.75% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #25B8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B8CA is #DA4735. Grayscale: #8D8D8D. Windows color (decimal): -14305078 or 13285413. OLE color: 13285413.
HSL color Cylindrical-coordinate representation of color #25B8CA: hue angle of 186.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25B8CA is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 184 | 202 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.21 |
| HSL | 186.55º | 0.69% | 0.47% | - |
| HSV(B) | 186.55º | 0.82% | 0.79% | - |
| XYZ | 28.56 | 38.94 | 61.89 | - |
| YUV | 142.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 184 | 202 | 0.82 | 0.09 | 0 | 0.21 | 186.55 | 0.69 | 0.47 |
| Hex | 25 | B8 | CA | 52 | 9 | 0 | 15 | BB | 45 | 2F |
| Octal | 45 | 270 | 312 | 122 | 11 | 0 | 25 | 273 | 105 | 57 |
| Binary | 100101 | 10111000 | 11001010 | 1010010 | 1001 | 0 | 10101 | 10111011 | 1000101 | 101111 |
Color Harmonies of #25B8CA
Complementary color
Monochromatic Colors of #25B8CA
Black with #25B8CA
Text Example
Text Example
White with #25B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B8CA; }
p { color: rgb(37,184,202); }
H1.HeaderClassName
{
color: #25B8CA;
}
.AnyTagClassName
{
color: #25B8CA;
}
</style>
background-color css
<style>
a { background-color: #25B8CA; }
a { background-color: rgb(37,184,202); }
div.DivClassName
{
background-color: #25B8CA;
}
.BgClassName
{
background-color: #25B8CA;
}
</style>
border-color css
<style>
span { border-color: #25B8CA; }
span { border-color: rgb(37,184,202); }
td.TdClassName
{
border-color: #25B8CA;
}
.TagClassName
{
border-color: #25B8CA;
}
</style>