Shades of Summer Sky #31BFCB
Tints of Summer Sky #31BFCB
RGB
CMYK
RGB Variations
Color information
#31BFCB (or 0x31BFCB) is known color: Summer Sky. HEX triplet: 31, BF and CB. RGB value is (49,191,203). Sum of RGB (Red+Green+Blue) = 49+191+203=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #31BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFCB is #CE4034. Grayscale: #959595. Windows color (decimal): -13516853 or 13352753. OLE color: 13352753.
HSL color Cylindrical-coordinate representation of color #31BFCB: hue angle of 184.68º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BFCB is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 191 | 203 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.20 |
| HSL | 184.68º | 0.61% | 0.49% | - |
| HSV(B) | 184.68º | 0.76% | 0.8% | - |
| XYZ | 30.68 | 42.23 | 63.03 | - |
| YUV | 149.91 | 157.96 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 203 | 0.76 | 0.06 | 0 | 0.20 | 184.68 | 0.61 | 0.49 |
| Hex | 31 | BF | CB | 4C | 6 | 0 | 14 | B9 | 3D | 31 |
| Octal | 61 | 277 | 313 | 114 | 6 | 0 | 24 | 271 | 75 | 61 |
| Binary | 110001 | 10111111 | 11001011 | 1001100 | 110 | 0 | 10100 | 10111001 | 111101 | 110001 |
Color Harmonies of #31BFCB
Complementary color
Monochromatic Colors of #31BFCB
Black with #31BFCB
Text Example
Text Example
White with #31BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFCB; }
p { color: rgb(49,191,203); }
H1.HeaderClassName
{
color: #31BFCB;
}
.AnyTagClassName
{
color: #31BFCB;
}
</style>
background-color css
<style>
a { background-color: #31BFCB; }
a { background-color: rgb(49,191,203); }
div.DivClassName
{
background-color: #31BFCB;
}
.BgClassName
{
background-color: #31BFCB;
}
</style>
border-color css
<style>
span { border-color: #31BFCB; }
span { border-color: rgb(49,191,203); }
td.TdClassName
{
border-color: #31BFCB;
}
.TagClassName
{
border-color: #31BFCB;
}
</style>