Shades of Summer Sky #25AFCD
Tints of Summer Sky #25AFCD
RGB
CMYK
RGB Variations
Color information
#25AFCD (or 0x25AFCD) is known color: Summer Sky. HEX triplet: 25, AF and CD. RGB value is (37,175,205). Sum of RGB (Red+Green+Blue) = 37+175+205=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #25AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFCD is #DA5032. Grayscale: #888888. Windows color (decimal): -14307379 or 13479717. OLE color: 13479717.
HSL color Cylindrical-coordinate representation of color #25AFCD: hue angle of 190.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25AFCD is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 175 | 205 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.20 |
| HSL | 190.71º | 0.69% | 0.47% | - |
| HSV(B) | 190.71º | 0.82% | 0.8% | - |
| XYZ | 27.11 | 35.46 | 63.17 | - |
| YUV | 137.16 | 166.28 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 205 | 0.82 | 0.15 | 0 | 0.20 | 190.71 | 0.69 | 0.47 |
| Hex | 25 | AF | CD | 52 | F | 0 | 14 | BF | 45 | 2F |
| Octal | 45 | 257 | 315 | 122 | 17 | 0 | 24 | 277 | 105 | 57 |
| Binary | 100101 | 10101111 | 11001101 | 1010010 | 1111 | 0 | 10100 | 10111111 | 1000101 | 101111 |
Color Harmonies of #25AFCD
Complementary color
Monochromatic Colors of #25AFCD
Black with #25AFCD
Text Example
Text Example
White with #25AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AFCD; }
p { color: rgb(37,175,205); }
H1.HeaderClassName
{
color: #25AFCD;
}
.AnyTagClassName
{
color: #25AFCD;
}
</style>
background-color css
<style>
a { background-color: #25AFCD; }
a { background-color: rgb(37,175,205); }
div.DivClassName
{
background-color: #25AFCD;
}
.BgClassName
{
background-color: #25AFCD;
}
</style>
border-color css
<style>
span { border-color: #25AFCD; }
span { border-color: rgb(37,175,205); }
td.TdClassName
{
border-color: #25AFCD;
}
.TagClassName
{
border-color: #25AFCD;
}
</style>