Shades of Summer Sky #25BBCD
Tints of Summer Sky #25BBCD
RGB
CMYK
RGB Variations
Color information
#25BBCD (or 0x25BBCD) is known color: Summer Sky. HEX triplet: 25, BB and CD. RGB value is (37,187,205). Sum of RGB (Red+Green+Blue) = 37+187+205=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #25BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BBCD is #DA4432. Grayscale: #8F8F8F. Windows color (decimal): -14304307 or 13482789. OLE color: 13482789.
HSL color Cylindrical-coordinate representation of color #25BBCD: hue angle of 186.43º 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 #25BBCD is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 187 | 205 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.20 |
| HSL | 186.43º | 0.69% | 0.47% | - |
| HSV(B) | 186.43º | 0.82% | 0.8% | - |
| XYZ | 29.55 | 40.34 | 63.99 | - |
| YUV | 144.2 | 162.31 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 205 | 0.82 | 0.09 | 0 | 0.20 | 186.43 | 0.69 | 0.47 |
| Hex | 25 | BB | CD | 52 | 9 | 0 | 14 | BA | 45 | 2F |
| Octal | 45 | 273 | 315 | 122 | 11 | 0 | 24 | 272 | 105 | 57 |
| Binary | 100101 | 10111011 | 11001101 | 1010010 | 1001 | 0 | 10100 | 10111010 | 1000101 | 101111 |
Color Harmonies of #25BBCD
Complementary color
Monochromatic Colors of #25BBCD
Black with #25BBCD
Text Example
Text Example
White with #25BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBCD; }
p { color: rgb(37,187,205); }
H1.HeaderClassName
{
color: #25BBCD;
}
.AnyTagClassName
{
color: #25BBCD;
}
</style>
background-color css
<style>
a { background-color: #25BBCD; }
a { background-color: rgb(37,187,205); }
div.DivClassName
{
background-color: #25BBCD;
}
.BgClassName
{
background-color: #25BBCD;
}
</style>
border-color css
<style>
span { border-color: #25BBCD; }
span { border-color: rgb(37,187,205); }
td.TdClassName
{
border-color: #25BBCD;
}
.TagClassName
{
border-color: #25BBCD;
}
</style>