#86AFBE

Color #86AFBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #86AFBE

Tints of Glacier #86AFBE

Color information

#86AFBE (or 0x86AFBE) is unknown color: approx Glacier. HEX triplet: 86, AF and BE. RGB value is (134,175,190). Sum of RGB (Red+Green+Blue) = 134+175+190=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #86AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFBE is #795041. Grayscale: #A4A4A4. Windows color (decimal): -7950402 or 12496774. OLE color: 12496774.

HSL color Cylindrical-coordinate representation of color #86AFBE: hue angle of 196.07º degrees, saturation: 0.3, 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 #86AFBE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134175190-
CMYK0.290.0800.25
HSL196.07º30.11%63.53%-
HSV(B)196.07º29.47%74.51%-
XYZ34.4639.4554.51-
YUV164.45142.42106.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=26.85%
G=35.07%
B=38.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341751900.290.0800.25196.0730.1163.53
Hex86AFBE1D8019c41e40
Octal206257276351003130436100
Binary10000110101011111011111011101100001100111000100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,190); }

 H1.HeaderClassName
 {
   color: #86AFBE;
 }
 .AnyTagClassName
 {
   color: #86AFBE;
 }
</style>
background-color css

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

 a { background-color: rgb(134,175,190); }

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

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

 span { border-color: rgb(134,175,190); }

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