#31BACB

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

Shades of Summer Sky #31BACB

Tints of Summer Sky #31BACB

Color information

#31BACB (or 0x31BACB) is unknown color: approx Summer Sky. HEX triplet: 31, BA and CB. RGB value is (49,186,203). Sum of RGB (Red+Green+Blue) = 49+186+203=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #31BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BACB is #CE4534. Grayscale: #929292. Windows color (decimal): -13518133 or 13351473. OLE color: 13351473.

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

Color convert

RGB49186203-
CMYK0.760.0800.20
HSL186.62º61.11%49.41%-
HSV(B)186.62º75.86%79.61%-
XYZ29.6140.0862.68-
YUV146.98159.6158.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.19%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=11.19%
G=42.47%
B=46.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491862030.760.0800.20186.6261.1149.41
Hex31BACB4C8014bb3d31
Octal61272313114100242737561
Binary11000110111010110010111001100100001010010111011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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