Html Css Color HEX #88BDBF Glacier

📋 copy color: '#88BDBF'

red 136 ◦ green 189 ◦ blue 191

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

Shades of Glacier #88BDBF

Tints of Glacier #88BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.63%

 BLUE value IS 191 (75% from 255) = 37.02%

R = 26.36%
G = 36.63%
B = 37.02%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88BDBF (or 0x88BDBF) is known color: Glacier. HEX triplet: 88, BD and BF. RGB value is (136,189,191). Sum of RGB (Red+Green+Blue) = 136+189+191=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #88BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDBF is #774240. Grayscale: #ADADAD. Windows color (decimal): -7815745 or 12565896. OLE color: 12565896.

HSL color Cylindrical-coordinate representation of color #88BDBF: hue angle of 182.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BDBF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 189 191 -
CMYK 0.29 0.01 0 0.25
HSL 182.18º 0.3% 0.64% -
HSV(B) 182.18º 0.29% 0.75% -
XYZ 37.75 45.39 56.06 -
YUV 173.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 136 189 191 0.29 0.01 0 0.25 182.18 0.3 0.64
Hex 88 BD BF 1D 1 0 19 B6 1E 40
Octal 210 275 277 35 1 0 31 266 36 100
Binary 10001000 10111101 10111111 11101 1 0 11001 10110110 11110 1000000

Color Harmonies of #88BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDBF

Black with #88BDBF

Text Example


Text Example

White with #88BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,189,191); }

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

background-color css

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

 a { background-color: rgb(136,189,191); }

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

border-color css

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

 span { border-color: rgb(136,189,191); }

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