Shades of Summer Sky #25BAFC
Tints of Summer Sky #25BAFC
RGB
CMYK
RGB Variations
Color information
#25BAFC (or 0x25BAFC) is known color: Summer Sky. HEX triplet: 25, BA and FC. RGB value is (37,186,252). Sum of RGB (Red+Green+Blue) = 37+186+252=475 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.79% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #25BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BAFC is #DA4503. Grayscale: #949494. Windows color (decimal): -14304516 or 16562725. OLE color: 16562725.
HSL color Cylindrical-coordinate representation of color #25BAFC: hue angle of 198.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BAFC is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 186 | 252 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.01 |
| HSL | 198.42º | 0.97% | 0.57% | - |
| HSV(B) | 198.42º | 0.85% | 0.99% | - |
| XYZ | 35.89 | 42.54 | 98.41 | - |
| YUV | 148.97 | 186.14 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 252 | 0.85 | 0.26 | 0 | 0.01 | 198.42 | 0.97 | 0.57 |
| Hex | 25 | BA | FC | 55 | 1A | 0 | 1 | C6 | 61 | 39 |
| Octal | 45 | 272 | 374 | 125 | 32 | 0 | 1 | 306 | 141 | 71 |
| Binary | 100101 | 10111010 | 11111100 | 1010101 | 11010 | 0 | 1 | 11000110 | 1100001 | 111001 |
Color Harmonies of #25BAFC
Complementary color
Monochromatic Colors of #25BAFC
Black with #25BAFC
Text Example
Text Example
White with #25BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BAFC; }
p { color: rgb(37,186,252); }
H1.HeaderClassName
{
color: #25BAFC;
}
.AnyTagClassName
{
color: #25BAFC;
}
</style>
background-color css
<style>
a { background-color: #25BAFC; }
a { background-color: rgb(37,186,252); }
div.DivClassName
{
background-color: #25BAFC;
}
.BgClassName
{
background-color: #25BAFC;
}
</style>
border-color css
<style>
span { border-color: #25BAFC; }
span { border-color: rgb(37,186,252); }
td.TdClassName
{
border-color: #25BAFC;
}
.TagClassName
{
border-color: #25BAFC;
}
</style>