Shades of Summer Sky #25BFDA
Tints of Summer Sky #25BFDA
RGB
CMYK
RGB Variations
Color information
#25BFDA (or 0x25BFDA) is known color: Summer Sky. HEX triplet: 25, BF and DA. RGB value is (37,191,218). Sum of RGB (Red+Green+Blue) = 37+191+218=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #25BFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFDA is #DA4025. Grayscale: #939393. Windows color (decimal): -14303270 or 14335781. OLE color: 14335781.
HSL color Cylindrical-coordinate representation of color #25BFDA: hue angle of 188.95º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BFDA is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 191 | 218 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.15 |
| HSL | 188.95º | 0.71% | 0.5% | - |
| HSV(B) | 188.95º | 0.83% | 0.85% | - |
| XYZ | 32.05 | 42.72 | 72.89 | - |
| YUV | 148.03 | 167.48 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 218 | 0.83 | 0.12 | 0 | 0.15 | 188.95 | 0.71 | 0.5 |
| Hex | 25 | BF | DA | 53 | C | 0 | F | BD | 47 | 32 |
| Octal | 45 | 277 | 332 | 123 | 14 | 0 | 17 | 275 | 107 | 62 |
| Binary | 100101 | 10111111 | 11011010 | 1010011 | 1100 | 0 | 1111 | 10111101 | 1000111 | 110010 |
Color Harmonies of #25BFDA
Complementary color
Monochromatic Colors of #25BFDA
Black with #25BFDA
Text Example
Text Example
White with #25BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFDA; }
p { color: rgb(37,191,218); }
H1.HeaderClassName
{
color: #25BFDA;
}
.AnyTagClassName
{
color: #25BFDA;
}
</style>
background-color css
<style>
a { background-color: #25BFDA; }
a { background-color: rgb(37,191,218); }
div.DivClassName
{
background-color: #25BFDA;
}
.BgClassName
{
background-color: #25BFDA;
}
</style>
border-color css
<style>
span { border-color: #25BFDA; }
span { border-color: rgb(37,191,218); }
td.TdClassName
{
border-color: #25BFDA;
}
.TagClassName
{
border-color: #25BFDA;
}
</style>