Shades of Summer Sky #25AFCC
Tints of Summer Sky #25AFCC
RGB
CMYK
RGB Variations
Color information
#25AFCC (or 0x25AFCC) is known color: Summer Sky. HEX triplet: 25, AF and CC. RGB value is (37,175,204). Sum of RGB (Red+Green+Blue) = 37+175+204=416 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.89% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #25AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFCC is #DA5033. Grayscale: #888888. Windows color (decimal): -14307380 or 13414181. OLE color: 13414181.
HSL color Cylindrical-coordinate representation of color #25AFCC: hue angle of 190.42º 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 #25AFCC is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 175 | 204 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.2 |
| HSL | 190.42º | 0.69% | 0.47% | - |
| HSV(B) | 190.42º | 0.82% | 0.8% | - |
| XYZ | 26.99 | 35.41 | 62.54 | - |
| YUV | 137.04 | 165.78 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 204 | 0.82 | 0.14 | 0 | 0.2 | 190.42 | 0.69 | 0.47 |
| Hex | 25 | AF | CC | 52 | E | 0 | 14 | BE | 45 | 2F |
| Octal | 45 | 257 | 314 | 122 | 16 | 0 | 24 | 276 | 105 | 57 |
| Binary | 100101 | 10101111 | 11001100 | 1010010 | 1110 | 0 | 10100 | 10111110 | 1000101 | 101111 |
Color Harmonies of #25AFCC
Complementary color
Monochromatic Colors of #25AFCC
Black with #25AFCC
Text Example
Text Example
White with #25AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AFCC; }
p { color: rgb(37,175,204); }
H1.HeaderClassName
{
color: #25AFCC;
}
.AnyTagClassName
{
color: #25AFCC;
}
</style>
background-color css
<style>
a { background-color: #25AFCC; }
a { background-color: rgb(37,175,204); }
div.DivClassName
{
background-color: #25AFCC;
}
.BgClassName
{
background-color: #25AFCC;
}
</style>
border-color css
<style>
span { border-color: #25AFCC; }
span { border-color: rgb(37,175,204); }
td.TdClassName
{
border-color: #25AFCC;
}
.TagClassName
{
border-color: #25AFCC;
}
</style>