Html Css Color HEX #86BCC7 Glacier

📋 copy color: '#86BCC7'

red 134 ◦ green 188 ◦ blue 199

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

Shades of Glacier #86BCC7

Tints of Glacier #86BCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.2%

R = 25.72%
G = 36.08%
B = 38.2%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#86BCC7 (or 0x86BCC7) is known color: Glacier. HEX triplet: 86, BC and C7. RGB value is (134,188,199). Sum of RGB (Red+Green+Blue) = 134+188+199=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 199 - color contains mainly: blue. Hex color #86BCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCC7 is #794338. Grayscale: #ADADAD. Windows color (decimal): -7947065 or 13089926. OLE color: 13089926.

HSL color Cylindrical-coordinate representation of color #86BCC7: hue angle of 190.15º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86BCC7 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 188 199 -
CMYK 0.33 0.06 0 0.22
HSL 190.15º 0.37% 0.65% -
HSV(B) 190.15º 0.33% 0.78% -
XYZ 38.12 45.16 60.74 -
YUV 173.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 134 188 199 0.33 0.06 0 0.22 190.15 0.37 0.65
Hex 86 BC C7 21 6 0 16 BE 25 41
Octal 206 274 307 41 6 0 26 276 45 101
Binary 10000110 10111100 11000111 100001 110 0 10110 10111110 100101 1000001

Color Harmonies of #86BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCC7

Black with #86BCC7

Text Example


Text Example

White with #86BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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