Shades of Summer Sky #31CFFC
Tints of Summer Sky #31CFFC
RGB
CMYK
RGB Variations
Color information
#31CFFC (or 0x31CFFC) is known color: Summer Sky. HEX triplet: 31, CF and FC. RGB value is (49,207,252). Sum of RGB (Red+Green+Blue) = 49+207+252=508 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.65% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #31CFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CFFC is #CE3003. Grayscale: #A4A4A4. Windows color (decimal): -13512708 or 16568113. OLE color: 16568113.
HSL color Cylindrical-coordinate representation of color #31CFFC: hue angle of 193.3º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31CFFC is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 207 | 252 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.01 |
| HSL | 193.3º | 0.97% | 0.59% | - |
| HSV(B) | 193.3º | 0.81% | 0.99% | - |
| XYZ | 41.15 | 52.31 | 100.02 | - |
| YUV | 164.89 | 177.15 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 252 | 0.81 | 0.18 | 0 | 0.01 | 193.3 | 0.97 | 0.59 |
| Hex | 31 | CF | FC | 51 | 12 | 0 | 1 | C1 | 61 | 3B |
| Octal | 61 | 317 | 374 | 121 | 22 | 0 | 1 | 301 | 141 | 73 |
| Binary | 110001 | 11001111 | 11111100 | 1010001 | 10010 | 0 | 1 | 11000001 | 1100001 | 111011 |
Color Harmonies of #31CFFC
Complementary color
Monochromatic Colors of #31CFFC
Black with #31CFFC
Text Example
Text Example
White with #31CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFFC; }
p { color: rgb(49,207,252); }
H1.HeaderClassName
{
color: #31CFFC;
}
.AnyTagClassName
{
color: #31CFFC;
}
</style>
background-color css
<style>
a { background-color: #31CFFC; }
a { background-color: rgb(49,207,252); }
div.DivClassName
{
background-color: #31CFFC;
}
.BgClassName
{
background-color: #31CFFC;
}
</style>
border-color css
<style>
span { border-color: #31CFFC; }
span { border-color: rgb(49,207,252); }
td.TdClassName
{
border-color: #31CFFC;
}
.TagClassName
{
border-color: #31CFFC;
}
</style>