Html Css Color HEX #86FAB0 Vista Blue

📋 copy color: '#86FAB0'

red 134 ◦ green 250 ◦ blue 176

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

Shades of Vista Blue #86FAB0

Tints of Vista Blue #86FAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.64%

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 23.93%
G = 44.64%
B = 31.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#86FAB0 (or 0x86FAB0) is known color: Vista Blue. HEX triplet: 86, FA and B0. RGB value is (134,250,176). Sum of RGB (Red+Green+Blue) = 134+250+176=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #86FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FAB0 is #79054F. Grayscale: #CFCFCF. Windows color (decimal): -7931216 or 11598470. OLE color: 11598470.

HSL color Cylindrical-coordinate representation of color #86FAB0: hue angle of 141.72º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FAB0 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 250 176 -
CMYK 0.46 0 0.30 0.02
HSL 141.72º 0.92% 0.75% -
HSV(B) 141.72º 0.46% 0.98% -
XYZ 51.85 76.57 53.12 -
YUV 206.88 110.57 76.02 -
System Red Green Blue C M Y K H S L
Decimal 134 250 176 0.46 0 0.30 0.02 141.72 0.92 0.75
Hex 86 FA B0 2E 0 1E 2 8E 5C 4B
Octal 206 372 260 56 0 36 2 216 134 113
Binary 10000110 11111010 10110000 101110 0 11110 10 10001110 1011100 1001011

Color Harmonies of #86FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FAB0

Black with #86FAB0

Text Example


Text Example

White with #86FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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