Shades of Summer Sky #25CADB
Tints of Summer Sky #25CADB
RGB
CMYK
RGB Variations
Color information
#25CADB (or 0x25CADB) is known color: Summer Sky. HEX triplet: 25, CA and DB. RGB value is (37,202,219). Sum of RGB (Red+Green+Blue) = 37+202+219=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #25CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CADB is #DA3524. Grayscale: #9A9A9A. Windows color (decimal): -14300453 or 14404133. OLE color: 14404133.
HSL color Cylindrical-coordinate representation of color #25CADB: hue angle of 185.6º 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 #25CADB is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 202 | 219 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.14 |
| HSL | 185.6º | 0.72% | 0.5% | - |
| HSV(B) | 185.6º | 0.83% | 0.86% | - |
| XYZ | 34.67 | 47.75 | 74.41 | - |
| YUV | 154.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 219 | 0.83 | 0.08 | 0 | 0.14 | 185.6 | 0.72 | 0.5 |
| Hex | 25 | CA | DB | 53 | 8 | 0 | E | BA | 48 | 32 |
| Octal | 45 | 312 | 333 | 123 | 10 | 0 | 16 | 272 | 110 | 62 |
| Binary | 100101 | 11001010 | 11011011 | 1010011 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110010 |
Color Harmonies of #25CADB
Complementary color
Monochromatic Colors of #25CADB
Black with #25CADB
Text Example
Text Example
White with #25CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CADB; }
p { color: rgb(37,202,219); }
H1.HeaderClassName
{
color: #25CADB;
}
.AnyTagClassName
{
color: #25CADB;
}
</style>
background-color css
<style>
a { background-color: #25CADB; }
a { background-color: rgb(37,202,219); }
div.DivClassName
{
background-color: #25CADB;
}
.BgClassName
{
background-color: #25CADB;
}
</style>
border-color css
<style>
span { border-color: #25CADB; }
span { border-color: rgb(37,202,219); }
td.TdClassName
{
border-color: #25CADB;
}
.TagClassName
{
border-color: #25CADB;
}
</style>