Html Css Color HEX #86BCC4 Glacier

📋 copy color: '#86BCC4'

red 134 ◦ green 188 ◦ blue 196

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

Shades of Glacier #86BCC4

Tints of Glacier #86BCC4

RGB

 RED value IS 134 (52.73% from 255) = 25.87%

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

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 25.87%
G = 36.29%
B = 37.84%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#86BCC4 (or 0x86BCC4) is known color: Glacier. HEX triplet: 86, BC and C4. RGB value is (134,188,196). Sum of RGB (Red+Green+Blue) = 134+188+196=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #86BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCC4 is #79433B. Grayscale: #ACACAC. Windows color (decimal): -7947068 or 12893318. OLE color: 12893318.

HSL color Cylindrical-coordinate representation of color #86BCC4: hue angle of 187.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86BCC4 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 188 196 -
CMYK 0.32 0.04 0 0.23
HSL 187.74º 0.34% 0.65% -
HSV(B) 187.74º 0.32% 0.77% -
XYZ 37.78 45.02 58.92 -
YUV 172.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 134 188 196 0.32 0.04 0 0.23 187.74 0.34 0.65
Hex 86 BC C4 20 4 0 17 BC 22 41
Octal 206 274 304 40 4 0 27 274 42 101
Binary 10000110 10111100 11000100 100000 100 0 10111 10111100 100010 1000001

Color Harmonies of #86BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCC4

Black with #86BCC4

Text Example


Text Example

White with #86BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BCC4; }

 p { color: rgb(134,188,196); }

 H1.HeaderClassName
 {
   color: #86BCC4;
 }
 .AnyTagClassName
 {
   color: #86BCC4;
 }
</style>

background-color css

<style>
 a { background-color: #86BCC4; }

 a { background-color: rgb(134,188,196); }

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

border-color css

<style>
 span { border-color: #86BCC4; }

 span { border-color: rgb(134,188,196); }

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