Shades of Summer Sky #25BBCB
Tints of Summer Sky #25BBCB
RGB
CMYK
RGB Variations
Color information
#25BBCB (or 0x25BBCB) is known color: Summer Sky. HEX triplet: 25, BB and CB. RGB value is (37,187,203). Sum of RGB (Red+Green+Blue) = 37+187+203=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #25BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BBCB is #DA4434. Grayscale: #8F8F8F. Windows color (decimal): -14304309 or 13351717. OLE color: 13351717.
HSL color Cylindrical-coordinate representation of color #25BBCB: hue angle of 185.78º 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 #25BBCB is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 187 | 203 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.20 |
| HSL | 185.78º | 0.69% | 0.47% | - |
| HSV(B) | 185.78º | 0.82% | 0.8% | - |
| XYZ | 29.31 | 40.25 | 62.72 | - |
| YUV | 143.97 | 161.31 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 203 | 0.82 | 0.08 | 0 | 0.20 | 185.78 | 0.69 | 0.47 |
| Hex | 25 | BB | CB | 52 | 8 | 0 | 14 | BA | 45 | 2F |
| Octal | 45 | 273 | 313 | 122 | 10 | 0 | 24 | 272 | 105 | 57 |
| Binary | 100101 | 10111011 | 11001011 | 1010010 | 1000 | 0 | 10100 | 10111010 | 1000101 | 101111 |
Color Harmonies of #25BBCB
Complementary color
Monochromatic Colors of #25BBCB
Black with #25BBCB
Text Example
Text Example
White with #25BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBCB; }
p { color: rgb(37,187,203); }
H1.HeaderClassName
{
color: #25BBCB;
}
.AnyTagClassName
{
color: #25BBCB;
}
</style>
background-color css
<style>
a { background-color: #25BBCB; }
a { background-color: rgb(37,187,203); }
div.DivClassName
{
background-color: #25BBCB;
}
.BgClassName
{
background-color: #25BBCB;
}
</style>
border-color css
<style>
span { border-color: #25BBCB; }
span { border-color: rgb(37,187,203); }
td.TdClassName
{
border-color: #25BBCB;
}
.TagClassName
{
border-color: #25BBCB;
}
</style>