Shades of Summer Sky #25BFDD
Tints of Summer Sky #25BFDD
RGB
CMYK
RGB Variations
Color information
#25BFDD (or 0x25BFDD) is known color: Summer Sky. HEX triplet: 25, BF and DD. RGB value is (37,191,221). Sum of RGB (Red+Green+Blue) = 37+191+221=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #25BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFDD is #DA4022. Grayscale: #949494. Windows color (decimal): -14303267 or 14532389. OLE color: 14532389.
HSL color Cylindrical-coordinate representation of color #25BFDD: hue angle of 189.78º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BFDD is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 191 | 221 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.13 |
| HSL | 189.78º | 0.73% | 0.51% | - |
| HSV(B) | 189.78º | 0.83% | 0.87% | - |
| XYZ | 32.44 | 42.88 | 74.97 | - |
| YUV | 148.37 | 168.98 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 221 | 0.83 | 0.14 | 0 | 0.13 | 189.78 | 0.73 | 0.51 |
| Hex | 25 | BF | DD | 53 | E | 0 | D | BE | 49 | 33 |
| Octal | 45 | 277 | 335 | 123 | 16 | 0 | 15 | 276 | 111 | 63 |
| Binary | 100101 | 10111111 | 11011101 | 1010011 | 1110 | 0 | 1101 | 10111110 | 1001001 | 110011 |
Color Harmonies of #25BFDD
Complementary color
Monochromatic Colors of #25BFDD
Black with #25BFDD
Text Example
Text Example
White with #25BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFDD; }
p { color: rgb(37,191,221); }
H1.HeaderClassName
{
color: #25BFDD;
}
.AnyTagClassName
{
color: #25BFDD;
}
</style>
background-color css
<style>
a { background-color: #25BFDD; }
a { background-color: rgb(37,191,221); }
div.DivClassName
{
background-color: #25BFDD;
}
.BgClassName
{
background-color: #25BFDD;
}
</style>
border-color css
<style>
span { border-color: #25BFDD; }
span { border-color: rgb(37,191,221); }
td.TdClassName
{
border-color: #25BFDD;
}
.TagClassName
{
border-color: #25BFDD;
}
</style>