Html Css Color HEX #88BDBE Glacier

📋 copy color: '#88BDBE'

red 136 ◦ green 189 ◦ blue 190

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

Shades of Glacier #88BDBE

Tints of Glacier #88BDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 26.41%
G = 36.7%
B = 36.89%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88BDBE (or 0x88BDBE) is known color: Glacier. HEX triplet: 88, BD and BE. RGB value is (136,189,190). Sum of RGB (Red+Green+Blue) = 136+189+190=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #88BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDBE is #774241. Grayscale: #ADADAD. Windows color (decimal): -7815746 or 12500360. OLE color: 12500360.

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

Color convert

RGB 136 189 190 -
CMYK 0.28 0.01 0 0.25
HSL 181.11º 0.29% 0.64% -
HSV(B) 181.11º 0.28% 0.75% -
XYZ 37.65 45.35 55.48 -
YUV 173.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 136 189 190 0.28 0.01 0 0.25 181.11 0.29 0.64
Hex 88 BD BE 1C 1 0 19 B5 1D 40
Octal 210 275 276 34 1 0 31 265 35 100
Binary 10001000 10111101 10111110 11100 1 0 11001 10110101 11101 1000000

Color Harmonies of #88BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDBE

Black with #88BDBE

Text Example


Text Example

White with #88BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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