Shades of Summer Sky #25CCDB
Tints of Summer Sky #25CCDB
RGB
CMYK
RGB Variations
Color information
#25CCDB (or 0x25CCDB) is known color: Summer Sky. HEX triplet: 25, CC and DB. RGB value is (37,204,219). Sum of RGB (Red+Green+Blue) = 37+204+219=460 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.04% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #25CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCDB is #DA3324. Grayscale: #9B9B9B. Windows color (decimal): -14299941 or 14404645. OLE color: 14404645.
HSL color Cylindrical-coordinate representation of color #25CCDB: hue angle of 184.95º 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 #25CCDB is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 204 | 219 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.14 |
| HSL | 184.95º | 0.72% | 0.5% | - |
| HSV(B) | 184.95º | 0.83% | 0.86% | - |
| XYZ | 35.14 | 48.69 | 74.56 | - |
| YUV | 155.78 | 163.67 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 219 | 0.83 | 0.07 | 0 | 0.14 | 184.95 | 0.72 | 0.5 |
| Hex | 25 | CC | DB | 53 | 7 | 0 | E | B9 | 48 | 32 |
| Octal | 45 | 314 | 333 | 123 | 7 | 0 | 16 | 271 | 110 | 62 |
| Binary | 100101 | 11001100 | 11011011 | 1010011 | 111 | 0 | 1110 | 10111001 | 1001000 | 110010 |
Color Harmonies of #25CCDB
Complementary color
Monochromatic Colors of #25CCDB
Black with #25CCDB
Text Example
Text Example
White with #25CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CCDB; }
p { color: rgb(37,204,219); }
H1.HeaderClassName
{
color: #25CCDB;
}
.AnyTagClassName
{
color: #25CCDB;
}
</style>
background-color css
<style>
a { background-color: #25CCDB; }
a { background-color: rgb(37,204,219); }
div.DivClassName
{
background-color: #25CCDB;
}
.BgClassName
{
background-color: #25CCDB;
}
</style>
border-color css
<style>
span { border-color: #25CCDB; }
span { border-color: rgb(37,204,219); }
td.TdClassName
{
border-color: #25CCDB;
}
.TagClassName
{
border-color: #25CCDB;
}
</style>