Shades of Summer Sky #25BDDC
Tints of Summer Sky #25BDDC
RGB
CMYK
RGB Variations
Color information
#25BDDC (or 0x25BDDC) is known color: Summer Sky. HEX triplet: 25, BD and DC. RGB value is (37,189,220). Sum of RGB (Red+Green+Blue) = 37+189+220=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #25BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDDC is #DA4223. Grayscale: #929292. Windows color (decimal): -14303780 or 14466341. OLE color: 14466341.
HSL color Cylindrical-coordinate representation of color #25BDDC: hue angle of 190.16º 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 #25BDDC is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 189 | 220 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.14 |
| HSL | 190.16º | 0.72% | 0.5% | - |
| HSV(B) | 190.16º | 0.83% | 0.86% | - |
| XYZ | 31.88 | 41.96 | 74.13 | - |
| YUV | 147.09 | 169.14 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 220 | 0.83 | 0.14 | 0 | 0.14 | 190.16 | 0.72 | 0.5 |
| Hex | 25 | BD | DC | 53 | E | 0 | E | BE | 48 | 32 |
| Octal | 45 | 275 | 334 | 123 | 16 | 0 | 16 | 276 | 110 | 62 |
| Binary | 100101 | 10111101 | 11011100 | 1010011 | 1110 | 0 | 1110 | 10111110 | 1001000 | 110010 |
Color Harmonies of #25BDDC
Complementary color
Monochromatic Colors of #25BDDC
Black with #25BDDC
Text Example
Text Example
White with #25BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDDC; }
p { color: rgb(37,189,220); }
H1.HeaderClassName
{
color: #25BDDC;
}
.AnyTagClassName
{
color: #25BDDC;
}
</style>
background-color css
<style>
a { background-color: #25BDDC; }
a { background-color: rgb(37,189,220); }
div.DivClassName
{
background-color: #25BDDC;
}
.BgClassName
{
background-color: #25BDDC;
}
</style>
border-color css
<style>
span { border-color: #25BDDC; }
span { border-color: rgb(37,189,220); }
td.TdClassName
{
border-color: #25BDDC;
}
.TagClassName
{
border-color: #25BDDC;
}
</style>