Html Css Color HEX #88BDBD Glacier

📋 copy color: '#88BDBD'

red 136 ◦ green 189 ◦ blue 189

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

Shades of Glacier #88BDBD

Tints of Glacier #88BDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.77%

R = 26.46%
G = 36.77%
B = 36.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#88BDBD (or 0x88BDBD) is known color: Glacier. HEX triplet: 88, BD and BD. RGB value is (136,189,189). Sum of RGB (Red+Green+Blue) = 136+189+189=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #88BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDBD is #774242. Grayscale: #ADADAD. Windows color (decimal): -7815747 or 12434824. OLE color: 12434824.

HSL color Cylindrical-coordinate representation of color #88BDBD: hue angle of 180º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BDBD is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 189 189 -
CMYK 0.28 0 0 0.26
HSL 180º 0.29% 0.64% -
HSV(B) 180º 0.28% 0.74% -
XYZ 37.54 45.3 54.91 -
YUV 173.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 136 189 189 0.28 0 0 0.26 180 0.29 0.64
Hex 88 BD BD 1C 0 0 1A B4 1D 40
Octal 210 275 275 34 0 0 32 264 35 100
Binary 10001000 10111101 10111101 11100 0 0 11010 10110100 11101 1000000

Color Harmonies of #88BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDBD

Black with #88BDBD

Text Example


Text Example

White with #88BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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