Shades of Summer Sky #31BFCC
Tints of Summer Sky #31BFCC
RGB
CMYK
RGB Variations
Color information
#31BFCC (or 0x31BFCC) is known color: Summer Sky. HEX triplet: 31, BF and CC. RGB value is (49,191,204). Sum of RGB (Red+Green+Blue) = 49+191+204=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #31BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFCC is #CE4033. Grayscale: #959595. Windows color (decimal): -13516852 or 13418289. OLE color: 13418289.
HSL color Cylindrical-coordinate representation of color #31BFCC: hue angle of 185.03º 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 #31BFCC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 191 | 204 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.2 |
| HSL | 185.03º | 0.61% | 0.5% | - |
| HSV(B) | 185.03º | 0.76% | 0.8% | - |
| XYZ | 30.8 | 42.27 | 63.66 | - |
| YUV | 150.02 | 158.46 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 204 | 0.76 | 0.06 | 0 | 0.2 | 185.03 | 0.61 | 0.5 |
| Hex | 31 | BF | CC | 4C | 6 | 0 | 14 | B9 | 3D | 32 |
| Octal | 61 | 277 | 314 | 114 | 6 | 0 | 24 | 271 | 75 | 62 |
| Binary | 110001 | 10111111 | 11001100 | 1001100 | 110 | 0 | 10100 | 10111001 | 111101 | 110010 |
Color Harmonies of #31BFCC
Complementary color
Monochromatic Colors of #31BFCC
Black with #31BFCC
Text Example
Text Example
White with #31BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFCC; }
p { color: rgb(49,191,204); }
H1.HeaderClassName
{
color: #31BFCC;
}
.AnyTagClassName
{
color: #31BFCC;
}
</style>
background-color css
<style>
a { background-color: #31BFCC; }
a { background-color: rgb(49,191,204); }
div.DivClassName
{
background-color: #31BFCC;
}
.BgClassName
{
background-color: #31BFCC;
}
</style>
border-color css
<style>
span { border-color: #31BFCC; }
span { border-color: rgb(49,191,204); }
td.TdClassName
{
border-color: #31BFCC;
}
.TagClassName
{
border-color: #31BFCC;
}
</style>