Html Css Color HEX #88BCC0 Glacier

📋 copy color: '#88BCC0'

red 136 ◦ green 188 ◦ blue 192

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

Shades of Glacier #88BCC0

Tints of Glacier #88BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 26.36%
G = 36.43%
B = 37.21%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88BCC0 (or 0x88BCC0) is known color: Glacier. HEX triplet: 88, BC and C0. RGB value is (136,188,192). Sum of RGB (Red+Green+Blue) = 136+188+192=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #88BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCC0 is #77433F. Grayscale: #ACACAC. Windows color (decimal): -7816000 or 12631176. OLE color: 12631176.

HSL color Cylindrical-coordinate representation of color #88BCC0: hue angle of 184.29º degrees, saturation: 0.31, 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 #88BCC0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 188 192 -
CMYK 0.29 0.02 0 0.25
HSL 184.29º 0.31% 0.64% -
HSV(B) 184.29º 0.29% 0.75% -
XYZ 37.65 45.01 56.57 -
YUV 172.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 136 188 192 0.29 0.02 0 0.25 184.29 0.31 0.64
Hex 88 BC C0 1D 2 0 19 B8 1F 40
Octal 210 274 300 35 2 0 31 270 37 100
Binary 10001000 10111100 11000000 11101 10 0 11001 10111000 11111 1000000

Color Harmonies of #88BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BCC0

Black with #88BCC0

Text Example


Text Example

White with #88BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,188,192); }

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

background-color css

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

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

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

border-color css

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

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

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