Html Css Color HEX #86B0C2 Glacier

📋 copy color: '#86B0C2'

red 134 ◦ green 176 ◦ blue 194

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

Shades of Glacier #86B0C2

Tints of Glacier #86B0C2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 26.59%
G = 34.92%
B = 38.49%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#86B0C2 (or 0x86B0C2) is known color: Glacier. HEX triplet: 86, B0 and C2. RGB value is (134,176,194). Sum of RGB (Red+Green+Blue) = 134+176+194=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #86B0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0C2 is #794F3D. Grayscale: #A5A5A5. Windows color (decimal): -7950142 or 12759174. OLE color: 12759174.

HSL color Cylindrical-coordinate representation of color #86B0C2: hue angle of 198º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86B0C2 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 176 194 -
CMYK 0.31 0.09 0 0.24
HSL 198º 0.33% 0.64% -
HSV(B) 198º 0.31% 0.76% -
XYZ 35.09 40.01 56.91 -
YUV 165.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 134 176 194 0.31 0.09 0 0.24 198 0.33 0.64
Hex 86 B0 C2 1F 9 0 18 C6 21 40
Octal 206 260 302 37 11 0 30 306 41 100
Binary 10000110 10110000 11000010 11111 1001 0 11000 11000110 100001 1000000

Color Harmonies of #86B0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B0C2

Black with #86B0C2

Text Example


Text Example

White with #86B0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,176,194); }

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

background-color css

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

 a { background-color: rgb(134,176,194); }

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

border-color css

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

 span { border-color: rgb(134,176,194); }

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