#89C2C3

Color #89C2C3 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #89C2C3

Tints of Bermuda #89C2C3

Color information

#89C2C3 (or 0x89C2C3) is unknown color: approx Bermuda. HEX triplet: 89, C2 and C3. RGB value is (137,194,195). Sum of RGB (Red+Green+Blue) = 137+194+195=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #89C2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2C3 is #763D3C. Grayscale: #B1B1B1. Windows color (decimal): -7748925 or 12829321. OLE color: 12829321.

HSL color Cylindrical-coordinate representation of color #89C2C3: hue angle of 181.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C2C3 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137194195-
CMYK0.300.0100.24
HSL181.03º32.58%65.1%-
HSV(B)181.03º29.74%76.47%-
XYZ39.4647.8458.78-
YUV177.07138.1299.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 194 (76.17% from 255) = 36.88%
BLUE value IS 195 (76.56% from 255) = 37.07%
R=26.05%
G=36.88%
B=37.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371941950.300.0100.24181.0332.5865.1
Hex89C2C31E1018b52141
Octal21130230336103026541101
Binary100010011100001011000011111101011000101101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89C2C3; }

 p { color: rgb(137,194,195); }

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

<style>
 a { background-color: #89C2C3; }

 a { background-color: rgb(137,194,195); }

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

<style>
 span { border-color: #89C2C3; }

 span { border-color: rgb(137,194,195); }

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