Shades of Summer Sky #25BCCA
Tints of Summer Sky #25BCCA
RGB
CMYK
RGB Variations
Color information
#25BCCA (or 0x25BCCA) is known color: Summer Sky. HEX triplet: 25, BC and CA. RGB value is (37,188,202). Sum of RGB (Red+Green+Blue) = 37+188+202=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #25BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BCCA is #DA4335. Grayscale: #909090. Windows color (decimal): -14304054 or 13286437. OLE color: 13286437.
HSL color Cylindrical-coordinate representation of color #25BCCA: hue angle of 185.09º 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 #25BCCA is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 188 | 202 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.21 |
| HSL | 185.09º | 0.69% | 0.47% | - |
| HSV(B) | 185.09º | 0.82% | 0.79% | - |
| XYZ | 29.41 | 40.62 | 62.17 | - |
| YUV | 144.45 | 160.47 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 202 | 0.82 | 0.07 | 0 | 0.21 | 185.09 | 0.69 | 0.47 |
| Hex | 25 | BC | CA | 52 | 7 | 0 | 15 | B9 | 45 | 2F |
| Octal | 45 | 274 | 312 | 122 | 7 | 0 | 25 | 271 | 105 | 57 |
| Binary | 100101 | 10111100 | 11001010 | 1010010 | 111 | 0 | 10101 | 10111001 | 1000101 | 101111 |
Color Harmonies of #25BCCA
Complementary color
Monochromatic Colors of #25BCCA
Black with #25BCCA
Text Example
Text Example
White with #25BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCCA; }
p { color: rgb(37,188,202); }
H1.HeaderClassName
{
color: #25BCCA;
}
.AnyTagClassName
{
color: #25BCCA;
}
</style>
background-color css
<style>
a { background-color: #25BCCA; }
a { background-color: rgb(37,188,202); }
div.DivClassName
{
background-color: #25BCCA;
}
.BgClassName
{
background-color: #25BCCA;
}
</style>
border-color css
<style>
span { border-color: #25BCCA; }
span { border-color: rgb(37,188,202); }
td.TdClassName
{
border-color: #25BCCA;
}
.TagClassName
{
border-color: #25BCCA;
}
</style>