Shades of Summer Sky #25BFE1
Tints of Summer Sky #25BFE1
RGB
CMYK
RGB Variations
Color information
#25BFE1 (or 0x25BFE1) is known color: Summer Sky. HEX triplet: 25, BF and E1. RGB value is (37,191,225). Sum of RGB (Red+Green+Blue) = 37+191+225=453 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.17% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #25BFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFE1 is #DA401E. Grayscale: #949494. Windows color (decimal): -14303263 or 14794533. OLE color: 14794533.
HSL color Cylindrical-coordinate representation of color #25BFE1: hue angle of 190.85º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BFE1 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 191 | 225 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.12 |
| HSL | 190.85º | 0.76% | 0.51% | - |
| HSV(B) | 190.85º | 0.84% | 0.88% | - |
| XYZ | 32.98 | 43.09 | 77.81 | - |
| YUV | 148.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 225 | 0.84 | 0.15 | 0 | 0.12 | 190.85 | 0.76 | 0.51 |
| Hex | 25 | BF | E1 | 54 | F | 0 | C | BF | 4C | 33 |
| Octal | 45 | 277 | 341 | 124 | 17 | 0 | 14 | 277 | 114 | 63 |
| Binary | 100101 | 10111111 | 11100001 | 1010100 | 1111 | 0 | 1100 | 10111111 | 1001100 | 110011 |
Color Harmonies of #25BFE1
Complementary color
Monochromatic Colors of #25BFE1
Black with #25BFE1
Text Example
Text Example
White with #25BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFE1; }
p { color: rgb(37,191,225); }
H1.HeaderClassName
{
color: #25BFE1;
}
.AnyTagClassName
{
color: #25BFE1;
}
</style>
background-color css
<style>
a { background-color: #25BFE1; }
a { background-color: rgb(37,191,225); }
div.DivClassName
{
background-color: #25BFE1;
}
.BgClassName
{
background-color: #25BFE1;
}
</style>
border-color css
<style>
span { border-color: #25BFE1; }
span { border-color: rgb(37,191,225); }
td.TdClassName
{
border-color: #25BFE1;
}
.TagClassName
{
border-color: #25BFE1;
}
</style>