Shades of Summer Sky #25BAFA
Tints of Summer Sky #25BAFA
RGB
CMYK
RGB Variations
Color information
#25BAFA (or 0x25BAFA) is known color: Summer Sky. HEX triplet: 25, BA and FA. RGB value is (37,186,250). Sum of RGB (Red+Green+Blue) = 37+186+250=473 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.82% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #25BAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BAFA is #DA4505. Grayscale: #949494. Windows color (decimal): -14304518 or 16431653. OLE color: 16431653.
HSL color Cylindrical-coordinate representation of color #25BAFA: hue angle of 198.03º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BAFA is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 186 | 250 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.02 |
| HSL | 198.03º | 0.96% | 0.56% | - |
| HSV(B) | 198.03º | 0.85% | 0.98% | - |
| XYZ | 35.58 | 42.41 | 96.75 | - |
| YUV | 148.75 | 185.14 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 250 | 0.85 | 0.26 | 0 | 0.02 | 198.03 | 0.96 | 0.56 |
| Hex | 25 | BA | FA | 55 | 1A | 0 | 2 | C6 | 60 | 38 |
| Octal | 45 | 272 | 372 | 125 | 32 | 0 | 2 | 306 | 140 | 70 |
| Binary | 100101 | 10111010 | 11111010 | 1010101 | 11010 | 0 | 10 | 11000110 | 1100000 | 111000 |
Color Harmonies of #25BAFA
Complementary color
Monochromatic Colors of #25BAFA
Black with #25BAFA
Text Example
Text Example
White with #25BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BAFA; }
p { color: rgb(37,186,250); }
H1.HeaderClassName
{
color: #25BAFA;
}
.AnyTagClassName
{
color: #25BAFA;
}
</style>
background-color css
<style>
a { background-color: #25BAFA; }
a { background-color: rgb(37,186,250); }
div.DivClassName
{
background-color: #25BAFA;
}
.BgClassName
{
background-color: #25BAFA;
}
</style>
border-color css
<style>
span { border-color: #25BAFA; }
span { border-color: rgb(37,186,250); }
td.TdClassName
{
border-color: #25BAFA;
}
.TagClassName
{
border-color: #25BAFA;
}
</style>