Shades of Summer Sky #31BFDC
Tints of Summer Sky #31BFDC
RGB
CMYK
RGB Variations
Color information
#31BFDC (or 0x31BFDC) is known color: Summer Sky. HEX triplet: 31, BF and DC. RGB value is (49,191,220). Sum of RGB (Red+Green+Blue) = 49+191+220=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #31BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFDC is #CE4023. Grayscale: #979797. Windows color (decimal): -13516836 or 14466865. OLE color: 14466865.
HSL color Cylindrical-coordinate representation of color #31BFDC: hue angle of 190.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BFDC is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 191 | 220 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.14 |
| HSL | 190.18º | 0.71% | 0.53% | - |
| HSV(B) | 190.18º | 0.78% | 0.86% | - |
| XYZ | 32.82 | 43.08 | 74.3 | - |
| YUV | 151.85 | 166.46 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 220 | 0.78 | 0.13 | 0 | 0.14 | 190.18 | 0.71 | 0.53 |
| Hex | 31 | BF | DC | 4E | D | 0 | E | BE | 47 | 35 |
| Octal | 61 | 277 | 334 | 116 | 15 | 0 | 16 | 276 | 107 | 65 |
| Binary | 110001 | 10111111 | 11011100 | 1001110 | 1101 | 0 | 1110 | 10111110 | 1000111 | 110101 |
Color Harmonies of #31BFDC
Complementary color
Monochromatic Colors of #31BFDC
Black with #31BFDC
Text Example
Text Example
White with #31BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFDC; }
p { color: rgb(49,191,220); }
H1.HeaderClassName
{
color: #31BFDC;
}
.AnyTagClassName
{
color: #31BFDC;
}
</style>
background-color css
<style>
a { background-color: #31BFDC; }
a { background-color: rgb(49,191,220); }
div.DivClassName
{
background-color: #31BFDC;
}
.BgClassName
{
background-color: #31BFDC;
}
</style>
border-color css
<style>
span { border-color: #31BFDC; }
span { border-color: rgb(49,191,220); }
td.TdClassName
{
border-color: #31BFDC;
}
.TagClassName
{
border-color: #31BFDC;
}
</style>