#89CDC8

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

Shades of Bermuda #89CDC8

Tints of Bermuda #89CDC8

Color information

#89CDC8 (or 0x89CDC8) is unknown color: approx Bermuda. HEX triplet: 89, CD and C8. RGB value is (137,205,200). Sum of RGB (Red+Green+Blue) = 137+205+200=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDC8 is #763237. Grayscale: #B8B8B8. Windows color (decimal): -7746104 or 13159817. OLE color: 13159817.

HSL color Cylindrical-coordinate representation of color #89CDC8: hue angle of 175.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDC8 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB137205200-
CMYK0.3300.020.20
HSL175.59º40.48%67.06%-
HSV(B)175.59º33.17%80.39%-
XYZ42.5753.1562.66-
YUV184.1136.9794.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.28%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 200 (78.52% from 255) = 36.90%
R=25.28%
G=37.82%
B=36.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372052000.3300.020.20175.5940.4867.06
Hex89CDC8210214b02843
Octal21131531041022426050103
Binary10001001110011011100100010000101010100101100001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,205,200); }

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

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

 a { background-color: rgb(137,205,200); }

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

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

 span { border-color: rgb(137,205,200); }

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