Shades of Summer Sky #25B2CB
Tints of Summer Sky #25B2CB
RGB
CMYK
RGB Variations
Color information
#25B2CB (or 0x25B2CB) is known color: Summer Sky. HEX triplet: 25, B2 and CB. RGB value is (37,178,203). Sum of RGB (Red+Green+Blue) = 37+178+203=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #25B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B2CB is #DA4D34. Grayscale: #8A8A8A. Windows color (decimal): -14306613 or 13349413. OLE color: 13349413.
HSL color Cylindrical-coordinate representation of color #25B2CB: hue angle of 189.04º 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 #25B2CB is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 178 | 203 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.20 |
| HSL | 189.04º | 0.69% | 0.47% | - |
| HSV(B) | 189.04º | 0.82% | 0.8% | - |
| XYZ | 27.46 | 36.55 | 62.11 | - |
| YUV | 138.69 | 164.29 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 203 | 0.82 | 0.12 | 0 | 0.20 | 189.04 | 0.69 | 0.47 |
| Hex | 25 | B2 | CB | 52 | C | 0 | 14 | BD | 45 | 2F |
| Octal | 45 | 262 | 313 | 122 | 14 | 0 | 24 | 275 | 105 | 57 |
| Binary | 100101 | 10110010 | 11001011 | 1010010 | 1100 | 0 | 10100 | 10111101 | 1000101 | 101111 |
Color Harmonies of #25B2CB
Complementary color
Monochromatic Colors of #25B2CB
Black with #25B2CB
Text Example
Text Example
White with #25B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B2CB; }
p { color: rgb(37,178,203); }
H1.HeaderClassName
{
color: #25B2CB;
}
.AnyTagClassName
{
color: #25B2CB;
}
</style>
background-color css
<style>
a { background-color: #25B2CB; }
a { background-color: rgb(37,178,203); }
div.DivClassName
{
background-color: #25B2CB;
}
.BgClassName
{
background-color: #25B2CB;
}
</style>
border-color css
<style>
span { border-color: #25B2CB; }
span { border-color: rgb(37,178,203); }
td.TdClassName
{
border-color: #25B2CB;
}
.TagClassName
{
border-color: #25B2CB;
}
</style>