Shades of Summer Sky #25BCDF
Tints of Summer Sky #25BCDF
RGB
CMYK
RGB Variations
Color information
#25BCDF (or 0x25BCDF) is known color: Summer Sky. HEX triplet: 25, BC and DF. RGB value is (37,188,223). Sum of RGB (Red+Green+Blue) = 37+188+223=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #25BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BCDF is #DA4320. Grayscale: #929292. Windows color (decimal): -14304033 or 14662693. OLE color: 14662693.
HSL color Cylindrical-coordinate representation of color #25BCDF: hue angle of 191.29º degrees, saturation: 0.74, 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 #25BCDF is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 188 | 223 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.13 |
| HSL | 191.29º | 0.74% | 0.51% | - |
| HSV(B) | 191.29º | 0.83% | 0.87% | - |
| XYZ | 32.07 | 41.69 | 76.17 | - |
| YUV | 146.84 | 170.97 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 223 | 0.83 | 0.16 | 0 | 0.13 | 191.29 | 0.74 | 0.51 |
| Hex | 25 | BC | DF | 53 | 10 | 0 | D | BF | 4A | 33 |
| Octal | 45 | 274 | 337 | 123 | 20 | 0 | 15 | 277 | 112 | 63 |
| Binary | 100101 | 10111100 | 11011111 | 1010011 | 10000 | 0 | 1101 | 10111111 | 1001010 | 110011 |
Color Harmonies of #25BCDF
Complementary color
Monochromatic Colors of #25BCDF
Black with #25BCDF
Text Example
Text Example
White with #25BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCDF; }
p { color: rgb(37,188,223); }
H1.HeaderClassName
{
color: #25BCDF;
}
.AnyTagClassName
{
color: #25BCDF;
}
</style>
background-color css
<style>
a { background-color: #25BCDF; }
a { background-color: rgb(37,188,223); }
div.DivClassName
{
background-color: #25BCDF;
}
.BgClassName
{
background-color: #25BCDF;
}
</style>
border-color css
<style>
span { border-color: #25BCDF; }
span { border-color: rgb(37,188,223); }
td.TdClassName
{
border-color: #25BCDF;
}
.TagClassName
{
border-color: #25BCDF;
}
</style>