Shades of Summer Sky #25BEDF
Tints of Summer Sky #25BEDF
RGB
CMYK
RGB Variations
Color information
#25BEDF (or 0x25BEDF) is known color: Summer Sky. HEX triplet: 25, BE and DF. RGB value is (37,190,223). Sum of RGB (Red+Green+Blue) = 37+190+223=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #25BEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BEDF is #DA4120. Grayscale: #939393. Windows color (decimal): -14303521 or 14663205. OLE color: 14663205.
HSL color Cylindrical-coordinate representation of color #25BEDF: hue angle of 190.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BEDF is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 190 | 223 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.13 |
| HSL | 190.65º | 0.74% | 0.51% | - |
| HSV(B) | 190.65º | 0.83% | 0.87% | - |
| XYZ | 32.5 | 42.55 | 76.31 | - |
| YUV | 148.02 | 170.31 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 223 | 0.83 | 0.15 | 0 | 0.13 | 190.65 | 0.74 | 0.51 |
| Hex | 25 | BE | DF | 53 | F | 0 | D | BF | 4A | 33 |
| Octal | 45 | 276 | 337 | 123 | 17 | 0 | 15 | 277 | 112 | 63 |
| Binary | 100101 | 10111110 | 11011111 | 1010011 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110011 |
Color Harmonies of #25BEDF
Complementary color
Monochromatic Colors of #25BEDF
Black with #25BEDF
Text Example
Text Example
White with #25BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BEDF; }
p { color: rgb(37,190,223); }
H1.HeaderClassName
{
color: #25BEDF;
}
.AnyTagClassName
{
color: #25BEDF;
}
</style>
background-color css
<style>
a { background-color: #25BEDF; }
a { background-color: rgb(37,190,223); }
div.DivClassName
{
background-color: #25BEDF;
}
.BgClassName
{
background-color: #25BEDF;
}
</style>
border-color css
<style>
span { border-color: #25BEDF; }
span { border-color: rgb(37,190,223); }
td.TdClassName
{
border-color: #25BEDF;
}
.TagClassName
{
border-color: #25BEDF;
}
</style>