Shades of Summer Sky #25ACCB
Tints of Summer Sky #25ACCB
RGB
CMYK
RGB Variations
Color information
#25ACCB (or 0x25ACCB) is known color: Summer Sky. HEX triplet: 25, AC and CB. RGB value is (37,172,203). Sum of RGB (Red+Green+Blue) = 37+172+203=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #25ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACCB is #DA5334. Grayscale: #868686. Windows color (decimal): -14308149 or 13347877. OLE color: 13347877.
HSL color Cylindrical-coordinate representation of color #25ACCB: hue angle of 191.2º 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 #25ACCB is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 172 | 203 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.20 |
| HSL | 191.2º | 0.69% | 0.47% | - |
| HSV(B) | 191.2º | 0.82% | 0.8% | - |
| XYZ | 26.29 | 34.21 | 61.72 | - |
| YUV | 135.17 | 166.27 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 203 | 0.82 | 0.15 | 0 | 0.20 | 191.2 | 0.69 | 0.47 |
| Hex | 25 | AC | CB | 52 | F | 0 | 14 | BF | 45 | 2F |
| Octal | 45 | 254 | 313 | 122 | 17 | 0 | 24 | 277 | 105 | 57 |
| Binary | 100101 | 10101100 | 11001011 | 1010010 | 1111 | 0 | 10100 | 10111111 | 1000101 | 101111 |
Color Harmonies of #25ACCB
Complementary color
Monochromatic Colors of #25ACCB
Black with #25ACCB
Text Example
Text Example
White with #25ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ACCB; }
p { color: rgb(37,172,203); }
H1.HeaderClassName
{
color: #25ACCB;
}
.AnyTagClassName
{
color: #25ACCB;
}
</style>
background-color css
<style>
a { background-color: #25ACCB; }
a { background-color: rgb(37,172,203); }
div.DivClassName
{
background-color: #25ACCB;
}
.BgClassName
{
background-color: #25ACCB;
}
</style>
border-color css
<style>
span { border-color: #25ACCB; }
span { border-color: rgb(37,172,203); }
td.TdClassName
{
border-color: #25ACCB;
}
.TagClassName
{
border-color: #25ACCB;
}
</style>