Shades of Summer Sky #25B0CB
Tints of Summer Sky #25B0CB
RGB
CMYK
RGB Variations
Color information
#25B0CB (or 0x25B0CB) is known color: Summer Sky. HEX triplet: 25, B0 and CB. RGB value is (37,176,203). Sum of RGB (Red+Green+Blue) = 37+176+203=416 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.89% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #25B0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B0CB is #DA4F34. Grayscale: #898989. Windows color (decimal): -14307125 or 13348901. OLE color: 13348901.
HSL color Cylindrical-coordinate representation of color #25B0CB: hue angle of 189.76º 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 #25B0CB is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 176 | 203 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.20 |
| HSL | 189.76º | 0.69% | 0.47% | - |
| HSV(B) | 189.76º | 0.82% | 0.8% | - |
| XYZ | 27.07 | 35.76 | 61.97 | - |
| YUV | 137.52 | 164.95 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 176 | 203 | 0.82 | 0.13 | 0 | 0.20 | 189.76 | 0.69 | 0.47 |
| Hex | 25 | B0 | CB | 52 | D | 0 | 14 | BE | 45 | 2F |
| Octal | 45 | 260 | 313 | 122 | 15 | 0 | 24 | 276 | 105 | 57 |
| Binary | 100101 | 10110000 | 11001011 | 1010010 | 1101 | 0 | 10100 | 10111110 | 1000101 | 101111 |
Color Harmonies of #25B0CB
Complementary color
Monochromatic Colors of #25B0CB
Black with #25B0CB
Text Example
Text Example
White with #25B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B0CB; }
p { color: rgb(37,176,203); }
H1.HeaderClassName
{
color: #25B0CB;
}
.AnyTagClassName
{
color: #25B0CB;
}
</style>
background-color css
<style>
a { background-color: #25B0CB; }
a { background-color: rgb(37,176,203); }
div.DivClassName
{
background-color: #25B0CB;
}
.BgClassName
{
background-color: #25B0CB;
}
</style>
border-color css
<style>
span { border-color: #25B0CB; }
span { border-color: rgb(37,176,203); }
td.TdClassName
{
border-color: #25B0CB;
}
.TagClassName
{
border-color: #25B0CB;
}
</style>