#31B6CB

Color #31B6CB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #31B6CB

Tints of Summer Sky #31B6CB

Color information

#31B6CB (or 0x31B6CB) is unknown color: approx Summer Sky. HEX triplet: 31, B6 and CB. RGB value is (49,182,203). Sum of RGB (Red+Green+Blue) = 49+182+203=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #31B6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B6CB is #CE4934. Grayscale: #909090. Windows color (decimal): -13519157 or 13350449. OLE color: 13350449.

HSL color Cylindrical-coordinate representation of color #31B6CB: hue angle of 188.18º 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 #31B6CB is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB49182203-
CMYK0.760.1000.20
HSL188.18º61.11%49.41%-
HSV(B)188.18º75.86%79.61%-
XYZ28.7738.4262.4-
YUV144.63160.9459.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 11.29%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=11.29%
G=41.94%
B=46.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491822030.760.1000.20188.1861.1149.41
Hex31B6CB4CA014bc3d31
Octal61266313114120242747561
Binary11000110110110110010111001100101001010010111100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31B6CB; }

 p { color: rgb(49,182,203); }

 H1.HeaderClassName
 {
   color: #31B6CB;
 }
 .AnyTagClassName
 {
   color: #31B6CB;
 }
</style>
background-color css

<style>
 a { background-color: #31B6CB; }

 a { background-color: rgb(49,182,203); }

 div.DivClassName
 {
   background-color: #31B6CB;
 }
 .BgClassName
 {
   background-color: #31B6CB;
 }
</style>
border-color css

<style>
 span { border-color: #31B6CB; }

 span { border-color: rgb(49,182,203); }

 td.TdClassName
 {
   border-color: #31B6CB;
 }
 .TagClassName
 {
   border-color: #31B6CB;
 }
</style>