Shades of Summer Sky #25CBDB
Tints of Summer Sky #25CBDB
RGB
CMYK
RGB Variations
Color information
#25CBDB (or 0x25CBDB) is known color: Summer Sky. HEX triplet: 25, CB and DB. RGB value is (37,203,219). Sum of RGB (Red+Green+Blue) = 37+203+219=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #25CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CBDB is #DA3424. Grayscale: #9A9A9A. Windows color (decimal): -14300197 or 14404389. OLE color: 14404389.
HSL color Cylindrical-coordinate representation of color #25CBDB: hue angle of 185.27º 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 #25CBDB is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 203 | 219 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.14 |
| HSL | 185.27º | 0.72% | 0.5% | - |
| HSV(B) | 185.27º | 0.83% | 0.86% | - |
| XYZ | 34.91 | 48.22 | 74.49 | - |
| YUV | 155.19 | 164 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 219 | 0.83 | 0.07 | 0 | 0.14 | 185.27 | 0.72 | 0.5 |
| Hex | 25 | CB | DB | 53 | 7 | 0 | E | B9 | 48 | 32 |
| Octal | 45 | 313 | 333 | 123 | 7 | 0 | 16 | 271 | 110 | 62 |
| Binary | 100101 | 11001011 | 11011011 | 1010011 | 111 | 0 | 1110 | 10111001 | 1001000 | 110010 |
Color Harmonies of #25CBDB
Complementary color
Monochromatic Colors of #25CBDB
Black with #25CBDB
Text Example
Text Example
White with #25CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CBDB; }
p { color: rgb(37,203,219); }
H1.HeaderClassName
{
color: #25CBDB;
}
.AnyTagClassName
{
color: #25CBDB;
}
</style>
background-color css
<style>
a { background-color: #25CBDB; }
a { background-color: rgb(37,203,219); }
div.DivClassName
{
background-color: #25CBDB;
}
.BgClassName
{
background-color: #25CBDB;
}
</style>
border-color css
<style>
span { border-color: #25CBDB; }
span { border-color: rgb(37,203,219); }
td.TdClassName
{
border-color: #25CBDB;
}
.TagClassName
{
border-color: #25CBDB;
}
</style>