Shades of Summer Sky #31AFCB
Tints of Summer Sky #31AFCB
RGB
CMYK
RGB Variations
Color information
#31AFCB (or 0x31AFCB) is known color: Summer Sky. HEX triplet: 31, AF and CB. RGB value is (49,175,203). Sum of RGB (Red+Green+Blue) = 49+175+203=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #31AFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFCB is #CE5034. Grayscale: #8C8C8C. Windows color (decimal): -13520949 or 13348657. OLE color: 13348657.
HSL color Cylindrical-coordinate representation of color #31AFCB: hue angle of 190.91º 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 #31AFCB is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 175 | 203 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.20 |
| HSL | 190.91º | 0.61% | 0.49% | - |
| HSV(B) | 190.91º | 0.76% | 0.8% | - |
| XYZ | 27.38 | 35.62 | 61.93 | - |
| YUV | 140.52 | 163.26 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 203 | 0.76 | 0.14 | 0 | 0.20 | 190.91 | 0.61 | 0.49 |
| Hex | 31 | AF | CB | 4C | E | 0 | 14 | BF | 3D | 31 |
| Octal | 61 | 257 | 313 | 114 | 16 | 0 | 24 | 277 | 75 | 61 |
| Binary | 110001 | 10101111 | 11001011 | 1001100 | 1110 | 0 | 10100 | 10111111 | 111101 | 110001 |
Color Harmonies of #31AFCB
Complementary color
Monochromatic Colors of #31AFCB
Black with #31AFCB
Text Example
Text Example
White with #31AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AFCB; }
p { color: rgb(49,175,203); }
H1.HeaderClassName
{
color: #31AFCB;
}
.AnyTagClassName
{
color: #31AFCB;
}
</style>
background-color css
<style>
a { background-color: #31AFCB; }
a { background-color: rgb(49,175,203); }
div.DivClassName
{
background-color: #31AFCB;
}
.BgClassName
{
background-color: #31AFCB;
}
</style>
border-color css
<style>
span { border-color: #31AFCB; }
span { border-color: rgb(49,175,203); }
td.TdClassName
{
border-color: #31AFCB;
}
.TagClassName
{
border-color: #31AFCB;
}
</style>