Shades of Summer Sky #25A8CB
Tints of Summer Sky #25A8CB
RGB
CMYK
RGB Variations
Color information
#25A8CB (or 0x25A8CB) is known color: Summer Sky. HEX triplet: 25, A8 and CB. RGB value is (37,168,203). Sum of RGB (Red+Green+Blue) = 37+168+203=408 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.07% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #25A8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8CB is #DA5734. Grayscale: #848484. Windows color (decimal): -14309173 or 13346853. OLE color: 13346853.
HSL color Cylindrical-coordinate representation of color #25A8CB: hue angle of 192.65º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25A8CB is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 168 | 203 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.20 |
| HSL | 192.65º | 0.69% | 0.47% | - |
| HSV(B) | 192.65º | 0.82% | 0.8% | - |
| XYZ | 25.55 | 32.71 | 61.47 | - |
| YUV | 132.82 | 167.6 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 203 | 0.82 | 0.17 | 0 | 0.20 | 192.65 | 0.69 | 0.47 |
| Hex | 25 | A8 | CB | 52 | 11 | 0 | 14 | C1 | 45 | 2F |
| Octal | 45 | 250 | 313 | 122 | 21 | 0 | 24 | 301 | 105 | 57 |
| Binary | 100101 | 10101000 | 11001011 | 1010010 | 10001 | 0 | 10100 | 11000001 | 1000101 | 101111 |
Color Harmonies of #25A8CB
Complementary color
Monochromatic Colors of #25A8CB
Black with #25A8CB
Text Example
Text Example
White with #25A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8CB; }
p { color: rgb(37,168,203); }
H1.HeaderClassName
{
color: #25A8CB;
}
.AnyTagClassName
{
color: #25A8CB;
}
</style>
background-color css
<style>
a { background-color: #25A8CB; }
a { background-color: rgb(37,168,203); }
div.DivClassName
{
background-color: #25A8CB;
}
.BgClassName
{
background-color: #25A8CB;
}
</style>
border-color css
<style>
span { border-color: #25A8CB; }
span { border-color: rgb(37,168,203); }
td.TdClassName
{
border-color: #25A8CB;
}
.TagClassName
{
border-color: #25A8CB;
}
</style>