Html Css Color HEX #88DBB9 Bermuda

📋 copy color: '#88DBB9'

red 136 ◦ green 219 ◦ blue 185

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

Shades of Bermuda #88DBB9

Tints of Bermuda #88DBB9

RGB

 RED value IS 136 (53.52% from 255) = 25.19%

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

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 25.19%
G = 40.56%
B = 34.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#88DBB9 (or 0x88DBB9) is known color: Bermuda. HEX triplet: 88, DB and B9. RGB value is (136,219,185). Sum of RGB (Red+Green+Blue) = 136+219+185=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBB9 is #772446. Grayscale: #BEBEBE. Windows color (decimal): -7808071 or 12180360. OLE color: 12180360.

HSL color Cylindrical-coordinate representation of color #88DBB9: hue angle of 155.42º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBB9 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 219 185 -
CMYK 0.38 0 0.16 0.14
HSL 155.42º 0.54% 0.7% -
HSV(B) 155.42º 0.38% 0.86% -
XYZ 44.24 59.4 55.03 -
YUV 190.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 136 219 185 0.38 0 0.16 0.14 155.42 0.54 0.7
Hex 88 DB B9 26 0 10 E 9B 36 46
Octal 210 333 271 46 0 20 16 233 66 106
Binary 10001000 11011011 10111001 100110 0 10000 1110 10011011 110110 1000110

Color Harmonies of #88DBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DBB9

Black with #88DBB9

Text Example


Text Example

White with #88DBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88DBB9; }

 p { color: rgb(136,219,185); }

 H1.HeaderClassName
 {
   color: #88DBB9;
 }
 .AnyTagClassName
 {
   color: #88DBB9;
 }
</style>

background-color css

<style>
 a { background-color: #88DBB9; }

 a { background-color: rgb(136,219,185); }

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

border-color css

<style>
 span { border-color: #88DBB9; }

 span { border-color: rgb(136,219,185); }

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