Shades of Summer Sky #25BBCF
Tints of Summer Sky #25BBCF
RGB
CMYK
RGB Variations
Color information
#25BBCF (or 0x25BBCF) is known color: Summer Sky. HEX triplet: 25, BB and CF. RGB value is (37,187,207). Sum of RGB (Red+Green+Blue) = 37+187+207=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #25BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BBCF is #DA4430. Grayscale: #909090. Windows color (decimal): -14304305 or 13613861. OLE color: 13613861.
HSL color Cylindrical-coordinate representation of color #25BBCF: hue angle of 187.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BBCF is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 187 | 207 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.19 |
| HSL | 187.06º | 0.7% | 0.48% | - |
| HSV(B) | 187.06º | 0.82% | 0.81% | - |
| XYZ | 29.8 | 40.44 | 65.27 | - |
| YUV | 144.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 207 | 0.82 | 0.10 | 0 | 0.19 | 187.06 | 0.7 | 0.48 |
| Hex | 25 | BB | CF | 52 | A | 0 | 13 | BB | 46 | 30 |
| Octal | 45 | 273 | 317 | 122 | 12 | 0 | 23 | 273 | 106 | 60 |
| Binary | 100101 | 10111011 | 11001111 | 1010010 | 1010 | 0 | 10011 | 10111011 | 1000110 | 110000 |
Color Harmonies of #25BBCF
Complementary color
Monochromatic Colors of #25BBCF
Black with #25BBCF
Text Example
Text Example
White with #25BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBCF; }
p { color: rgb(37,187,207); }
H1.HeaderClassName
{
color: #25BBCF;
}
.AnyTagClassName
{
color: #25BBCF;
}
</style>
background-color css
<style>
a { background-color: #25BBCF; }
a { background-color: rgb(37,187,207); }
div.DivClassName
{
background-color: #25BBCF;
}
.BgClassName
{
background-color: #25BBCF;
}
</style>
border-color css
<style>
span { border-color: #25BBCF; }
span { border-color: rgb(37,187,207); }
td.TdClassName
{
border-color: #25BBCF;
}
.TagClassName
{
border-color: #25BBCF;
}
</style>