Html Css Color HEX #88B4C1 Glacier

📋 copy color: '#88B4C1'

red 136 ◦ green 180 ◦ blue 193

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

Shades of Glacier #88B4C1

Tints of Glacier #88B4C1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

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

R = 26.72%
G = 35.36%
B = 37.92%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#88B4C1 (or 0x88B4C1) is known color: Glacier. HEX triplet: 88, B4 and C1. RGB value is (136,180,193). Sum of RGB (Red+Green+Blue) = 136+180+193=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #88B4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4C1 is #774B3E. Grayscale: #A8A8A8. Windows color (decimal): -7818047 or 12694664. OLE color: 12694664.

HSL color Cylindrical-coordinate representation of color #88B4C1: hue angle of 193.68º 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 #88B4C1 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 180 193 -
CMYK 0.30 0.07 0 0.24
HSL 193.68º 0.31% 0.65% -
HSV(B) 193.68º 0.3% 0.76% -
XYZ 36.1 41.73 56.6 -
YUV 168.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 136 180 193 0.30 0.07 0 0.24 193.68 0.31 0.65
Hex 88 B4 C1 1E 7 0 18 C2 1F 41
Octal 210 264 301 36 7 0 30 302 37 101
Binary 10001000 10110100 11000001 11110 111 0 11000 11000010 11111 1000001

Color Harmonies of #88B4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B4C1

Black with #88B4C1

Text Example


Text Example

White with #88B4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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