Html Css Color HEX #86AFBE Glacier

📋 copy color: '#86AFBE'

red 134 ◦ green 175 ◦ blue 190

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

Shades of Glacier #86AFBE

Tints of Glacier #86AFBE

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 value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#86AFBE (or 0x86AFBE) is known color: 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

RGB 134 175 190 -
CMYK 0.29 0.08 0 0.25
HSL 196.07º 0.3% 0.64% -
HSV(B) 196.07º 0.29% 0.75% -
XYZ 34.46 39.45 54.51 -
YUV 164.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 134 175 190 0.29 0.08 0 0.25 196.07 0.3 0.64
Hex 86 AF BE 1D 8 0 19 C4 1E 40
Octal 206 257 276 35 10 0 31 304 36 100
Binary 10000110 10101111 10111110 11101 1000 0 11001 11000100 11110 1000000

Color Harmonies of #86AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFBE

Black with #86AFBE

Text Example


Text Example

White with #86AFBE

Text Example


Text Example

HTML Codes & Css Web 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>