Html Css Color HEX #88B2C1 Glacier

📋 copy color: '#88B2C1'

red 136 ◦ green 178 ◦ blue 193

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

Shades of Glacier #88B2C1

Tints of Glacier #88B2C1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 26.82%
G = 35.11%
B = 38.07%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#88B2C1 (or 0x88B2C1) is known color: Glacier. HEX triplet: 88, B2 and C1. RGB value is (136,178,193). Sum of RGB (Red+Green+Blue) = 136+178+193=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #88B2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2C1 is #774D3E. Grayscale: #A7A7A7. Windows color (decimal): -7818559 or 12694152. OLE color: 12694152.

HSL color Cylindrical-coordinate representation of color #88B2C1: hue angle of 195.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88B2C1 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 178 193 -
CMYK 0.30 0.08 0 0.24
HSL 195.79º 0.31% 0.65% -
HSV(B) 195.79º 0.3% 0.76% -
XYZ 35.7 40.93 56.47 -
YUV 167.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 136 178 193 0.30 0.08 0 0.24 195.79 0.31 0.65
Hex 88 B2 C1 1E 8 0 18 C4 1F 41
Octal 210 262 301 36 10 0 30 304 37 101
Binary 10001000 10110010 11000001 11110 1000 0 11000 11000100 11111 1000001

Color Harmonies of #88B2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B2C1

Black with #88B2C1

Text Example


Text Example

White with #88B2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,178,193); }

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

background-color css

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

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

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

border-color css

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

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

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