Shades of Summer Sky #25BFCD
Tints of Summer Sky #25BFCD
RGB
CMYK
RGB Variations
Color information
#25BFCD (or 0x25BFCD) is known color: Summer Sky. HEX triplet: 25, BF and CD. RGB value is (37,191,205). Sum of RGB (Red+Green+Blue) = 37+191+205=433 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.55% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #25BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFCD is #DA4032. Grayscale: #929292. Windows color (decimal): -14303283 or 13483813. OLE color: 13483813.
HSL color Cylindrical-coordinate representation of color #25BFCD: hue angle of 185º 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 #25BFCD is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 191 | 205 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.20 |
| HSL | 185º | 0.69% | 0.47% | - |
| HSV(B) | 185º | 0.82% | 0.8% | - |
| XYZ | 30.41 | 42.06 | 64.27 | - |
| YUV | 146.55 | 160.98 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 205 | 0.82 | 0.07 | 0 | 0.20 | 185 | 0.69 | 0.47 |
| Hex | 25 | BF | CD | 52 | 7 | 0 | 14 | B9 | 45 | 2F |
| Octal | 45 | 277 | 315 | 122 | 7 | 0 | 24 | 271 | 105 | 57 |
| Binary | 100101 | 10111111 | 11001101 | 1010010 | 111 | 0 | 10100 | 10111001 | 1000101 | 101111 |
Color Harmonies of #25BFCD
Complementary color
Monochromatic Colors of #25BFCD
Black with #25BFCD
Text Example
Text Example
White with #25BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFCD; }
p { color: rgb(37,191,205); }
H1.HeaderClassName
{
color: #25BFCD;
}
.AnyTagClassName
{
color: #25BFCD;
}
</style>
background-color css
<style>
a { background-color: #25BFCD; }
a { background-color: rgb(37,191,205); }
div.DivClassName
{
background-color: #25BFCD;
}
.BgClassName
{
background-color: #25BFCD;
}
</style>
border-color css
<style>
span { border-color: #25BFCD; }
span { border-color: rgb(37,191,205); }
td.TdClassName
{
border-color: #25BFCD;
}
.TagClassName
{
border-color: #25BFCD;
}
</style>