Shades of Summer Sky #25BBDB
Tints of Summer Sky #25BBDB
RGB
CMYK
RGB Variations
Color information
#25BBDB (or 0x25BBDB) is known color: Summer Sky. HEX triplet: 25, BB and DB. RGB value is (37,187,219). Sum of RGB (Red+Green+Blue) = 37+187+219=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #25BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BBDB is #DA4424. Grayscale: #919191. Windows color (decimal): -14304293 or 14400293. OLE color: 14400293.
HSL color Cylindrical-coordinate representation of color #25BBDB: hue angle of 190.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BBDB is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 187 | 219 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.14 |
| HSL | 190.55º | 0.72% | 0.5% | - |
| HSV(B) | 190.55º | 0.83% | 0.86% | - |
| XYZ | 31.32 | 41.05 | 73.29 | - |
| YUV | 145.8 | 169.31 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 219 | 0.83 | 0.15 | 0 | 0.14 | 190.55 | 0.72 | 0.5 |
| Hex | 25 | BB | DB | 53 | F | 0 | E | BF | 48 | 32 |
| Octal | 45 | 273 | 333 | 123 | 17 | 0 | 16 | 277 | 110 | 62 |
| Binary | 100101 | 10111011 | 11011011 | 1010011 | 1111 | 0 | 1110 | 10111111 | 1001000 | 110010 |
Color Harmonies of #25BBDB
Complementary color
Monochromatic Colors of #25BBDB
Black with #25BBDB
Text Example
Text Example
White with #25BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBDB; }
p { color: rgb(37,187,219); }
H1.HeaderClassName
{
color: #25BBDB;
}
.AnyTagClassName
{
color: #25BBDB;
}
</style>
background-color css
<style>
a { background-color: #25BBDB; }
a { background-color: rgb(37,187,219); }
div.DivClassName
{
background-color: #25BBDB;
}
.BgClassName
{
background-color: #25BBDB;
}
</style>
border-color css
<style>
span { border-color: #25BBDB; }
span { border-color: rgb(37,187,219); }
td.TdClassName
{
border-color: #25BBDB;
}
.TagClassName
{
border-color: #25BBDB;
}
</style>