Shades of Summer Sky #31B4CC
Tints of Summer Sky #31B4CC
RGB
CMYK
RGB Variations
Color information
#31B4CC (or 0x31B4CC) is known color: Summer Sky. HEX triplet: 31, B4 and CC. RGB value is (49,180,204). Sum of RGB (Red+Green+Blue) = 49+180+204=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #31B4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B4CC is #CE4B33. Grayscale: #8F8F8F. Windows color (decimal): -13519668 or 13415473. OLE color: 13415473.
HSL color Cylindrical-coordinate representation of color #31B4CC: hue angle of 189.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31B4CC is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 180 | 204 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.2 |
| HSL | 189.29º | 0.61% | 0.5% | - |
| HSV(B) | 189.29º | 0.76% | 0.8% | - |
| XYZ | 28.49 | 37.66 | 62.89 | - |
| YUV | 143.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 204 | 0.76 | 0.12 | 0 | 0.2 | 189.29 | 0.61 | 0.5 |
| Hex | 31 | B4 | CC | 4C | C | 0 | 14 | BD | 3D | 32 |
| Octal | 61 | 264 | 314 | 114 | 14 | 0 | 24 | 275 | 75 | 62 |
| Binary | 110001 | 10110100 | 11001100 | 1001100 | 1100 | 0 | 10100 | 10111101 | 111101 | 110010 |
Color Harmonies of #31B4CC
Complementary color
Monochromatic Colors of #31B4CC
Black with #31B4CC
Text Example
Text Example
White with #31B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B4CC; }
p { color: rgb(49,180,204); }
H1.HeaderClassName
{
color: #31B4CC;
}
.AnyTagClassName
{
color: #31B4CC;
}
</style>
background-color css
<style>
a { background-color: #31B4CC; }
a { background-color: rgb(49,180,204); }
div.DivClassName
{
background-color: #31B4CC;
}
.BgClassName
{
background-color: #31B4CC;
}
</style>
border-color css
<style>
span { border-color: #31B4CC; }
span { border-color: rgb(49,180,204); }
td.TdClassName
{
border-color: #31B4CC;
}
.TagClassName
{
border-color: #31B4CC;
}
</style>