Html Css Color HEX #89DBBC Bermuda

📋 copy color: '#89DBBC'

red 137 ◦ green 219 ◦ blue 188

#89DBBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #89DBBC

Tints of Bermuda #89DBBC

RGB

 RED value IS 137 (53.91% from 255) = 25.18%

 GREEN value IS 219 (85.94% from 255) = 40.26%

 BLUE value IS 188 (73.83% from 255) = 34.56%

R = 25.18%
G = 40.26%
B = 34.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#89DBBC (or 0x89DBBC) is known color: Bermuda. HEX triplet: 89, DB and BC. RGB value is (137,219,188). Sum of RGB (Red+Green+Blue) = 137+219+188=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBBC is #762443. Grayscale: #BEBEBE. Windows color (decimal): -7742532 or 12376969. OLE color: 12376969.

HSL color Cylindrical-coordinate representation of color #89DBBC: hue angle of 157.32º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBBC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 219 188 -
CMYK 0.37 0 0.14 0.14
HSL 157.32º 0.53% 0.7% -
HSV(B) 157.32º 0.37% 0.86% -
XYZ 44.73 59.61 56.73 -
YUV 190.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 137 219 188 0.37 0 0.14 0.14 157.32 0.53 0.7
Hex 89 DB BC 25 0 E E 9D 35 46
Octal 211 333 274 45 0 16 16 235 65 106
Binary 10001001 11011011 10111100 100101 0 1110 1110 10011101 110101 1000110

Color Harmonies of #89DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DBBC

Black with #89DBBC

Text Example


Text Example

White with #89DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,219,188); }

 H1.HeaderClassName
 {
   color: #89DBBC;
 }
 .AnyTagClassName
 {
   color: #89DBBC;
 }
</style>

background-color css

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

 a { background-color: rgb(137,219,188); }

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

border-color css

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

 span { border-color: rgb(137,219,188); }

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