Shades of Summer Sky #25BECC
Tints of Summer Sky #25BECC
RGB
CMYK
RGB Variations
Color information
#25BECC (or 0x25BECC) is known color: Summer Sky. HEX triplet: 25, BE and CC. RGB value is (37,190,204). Sum of RGB (Red+Green+Blue) = 37+190+204=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #25BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BECC is #DA4133. Grayscale: #919191. Windows color (decimal): -14303540 or 13418021. OLE color: 13418021.
HSL color Cylindrical-coordinate representation of color #25BECC: hue angle of 185.03º 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 #25BECC is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 190 | 204 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.2 |
| HSL | 185.03º | 0.69% | 0.47% | - |
| HSV(B) | 185.03º | 0.82% | 0.8% | - |
| XYZ | 30.08 | 41.58 | 63.57 | - |
| YUV | 145.85 | 160.81 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 204 | 0.82 | 0.07 | 0 | 0.2 | 185.03 | 0.69 | 0.47 |
| Hex | 25 | BE | CC | 52 | 7 | 0 | 14 | B9 | 45 | 2F |
| Octal | 45 | 276 | 314 | 122 | 7 | 0 | 24 | 271 | 105 | 57 |
| Binary | 100101 | 10111110 | 11001100 | 1010010 | 111 | 0 | 10100 | 10111001 | 1000101 | 101111 |
Color Harmonies of #25BECC
Complementary color
Monochromatic Colors of #25BECC
Black with #25BECC
Text Example
Text Example
White with #25BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BECC; }
p { color: rgb(37,190,204); }
H1.HeaderClassName
{
color: #25BECC;
}
.AnyTagClassName
{
color: #25BECC;
}
</style>
background-color css
<style>
a { background-color: #25BECC; }
a { background-color: rgb(37,190,204); }
div.DivClassName
{
background-color: #25BECC;
}
.BgClassName
{
background-color: #25BECC;
}
</style>
border-color css
<style>
span { border-color: #25BECC; }
span { border-color: rgb(37,190,204); }
td.TdClassName
{
border-color: #25BECC;
}
.TagClassName
{
border-color: #25BECC;
}
</style>